summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/setup_other.cpp7
-rw-r--r--src/gui/setup_other.h2
2 files changed, 9 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");
+}
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h
index 8b442ce65..e5b148017 100644
--- a/src/gui/setup_other.h
+++ b/src/gui/setup_other.h
@@ -42,6 +42,8 @@ class Setup_Other final : public SetupTabScroll
void apply();
+ void externalUpdated();
+
protected:
NamesModel *mProxyTypeList;