diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_chat.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index 283ed8a95..cf2958e4d 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -105,6 +105,10 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : "showChatHistory", this, "showChatHistoryEvent"); // TRANSLATORS: settings option + new SetupItemCheckBox(_("Show party online messages"), "", + "showPartyOnline", this, "showPartyOnlineEvent"); + + // TRANSLATORS: settings option new SetupItemCheckBox(_("Show guild online messages"), "", "showGuildOnline", this, "showGuildOnlineEvent"); |