diff options
Diffstat (limited to 'src/input/pages')
-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 27e239cce..749752ab6 100644 --- a/src/input/pages/chat.cpp +++ b/src/input/pages/chat.cpp @@ -92,6 +92,12 @@ SetupActionData setupActionDataChat[] = }, { // TRANSLATORS: input action name + N_("Unignore all whispers on server side"), + InputAction::SERVER_UNIGNORE_ALL, + "", + }, + { + // TRANSLATORS: input action name N_("Previous chat line"), InputAction::CHAT_PREV_HISTORY, "", |