diff options
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r-- | src/actions/chat.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index b18a71218..3091bb108 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -506,4 +506,11 @@ impHandler0(chatGmTab) return true; } +impHandler0(chatPartyTab) +{ + if (chatWindow) + chatWindow->selectTabByType(ChatTabType::PARTY); + return true; +} + } // namespace Actions |