diff --git a/Source/Core/Common/Config/Config.h b/Source/Core/Common/Config/Config.h index 2fa15eb4a1..95dc2b6c64 100644 --- a/Source/Core/Common/Config/Config.h +++ b/Source/Core/Common/Config/Config.h @@ -95,6 +95,7 @@ void Set(LayerType layer, const ConfigInfo& info, const T& value) GetLayer(layer) ->GetOrCreateSection(info.location.system, info.location.section) ->Set(info.location.key, value); + InvokeConfigChangedCallbacks(); } template