diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.cpp')
-rw-r--r-- | src/gui/widgets/tabs/chat/partytab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.cpp b/src/gui/widgets/tabs/chat/partytab.cpp index 23c3a7bff..ee8099623 100644 --- a/src/gui/widgets/tabs/chat/partytab.cpp +++ b/src/gui/widgets/tabs/chat/partytab.cpp @@ -43,7 +43,7 @@ PartyTab *partyTab = nullptr; PartyTab::PartyTab(const Widget2 *const widget) : // TRANSLATORS: party chat tab name - ChatTab(widget, _("Party"), "") + ChatTab(widget, _("Party"), "", ChatTabType::PARTY) { setTabColor(&getThemeColor(Theme::PARTY_CHAT_TAB), &getThemeColor(Theme::PARTY_CHAT_TAB_OUTLINE)); |