diff options
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 4572fe2ed..4404a26e9 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -289,3 +289,10 @@ void Setup_Other::apply() logger->setDebugLog(config.getBoolValue("debugLog")); } + +void Setup_Other::externalUpdated() +{ + reread("showJob"); + reread("enableGuildBot"); + reread("enableBuggyServers"); +} |