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 ce54b72db..f59bc9a1b 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -485,4 +485,11 @@ impHandler0(chatBattleTab) return true; } +impHandler0(chatTradeTab) +{ + if (chatWindow) + chatWindow->selectTabByType(ChatTabType::TRADE); + return true; +} + } // namespace Actions |