diff options
Diffstat (limited to 'src/input/pages/chat.cpp')
-rw-r--r-- | src/input/pages/chat.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/chat.cpp b/src/input/pages/chat.cpp index d61f7855a..234892c77 100644 --- a/src/input/pages/chat.cpp +++ b/src/input/pages/chat.cpp @@ -62,6 +62,12 @@ SetupActionData setupActionDataChat[] = }, { // TRANSLATORS: input action name + N_("Clear current chat tab"), + InputAction::CLEAR_CHAT_TAB, + "", + }, + { + // TRANSLATORS: input action name N_("Close current Chat Tab"), InputAction::CLOSE_CHAT_TAB, "", |