From 0b1d9c0c58db75a1d4249f7b0fc3320b4de8cfa2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Oct 2015 18:29:12 +0300 Subject: Move away message to per server configuration file. --- src/gui/widgets/tabs/setup_other.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/setup_other.cpp') diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index ca9a3230a..daf26f668 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -241,7 +241,7 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemTextField(_("Afk message"), "", - "afkMessage", this, "afkMessageEvent"); + "afkMessage", this, "afkMessageEvent", false); // TRANSLATORS: settings option new SetupItemCheckBox(_("Show job"), "", "showJob", @@ -443,4 +443,5 @@ void Setup_Other::externalUpdated() reread("showJob"); reread("enableGuildBot"); reread("enableBuggyServers"); + reread("afkMessage"); } -- cgit v1.2.3-60-g2f50