Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-10-09 00:35:30 +0300
committerwurstsalat <mailtrash@posteo.de>2022-10-12 00:05:55 +0300
commit99d3a6777ece113271835756ae386f2794bc794b (patch)
treeb33362e9b0d8b085a77da20f85bf5d7c6a34e051 /gajim/gtk/const.py
parent073de0f68010449deb8891663212cada9c74c321 (diff)
imprv: Workspaces: Add 'Mark as read' menu itemworkspace-mark-as-read
Fixes #11198
Diffstat (limited to 'gajim/gtk/const.py')
-rw-r--r--gajim/gtk/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/gtk/const.py b/gajim/gtk/const.py
index fc89baff9..dbc6446d7 100644
--- a/gajim/gtk/const.py
+++ b/gajim/gtk/const.py
@@ -248,6 +248,7 @@ MAIN_WIN_ACTIONS = [
('edit-workspace', 's', True),
('remove-workspace', 's', True),
('activate-workspace', 's', True),
+ ('mark-workspace-as-read', 's', True),
('add-chat', 'a{sv}', True),
('add-group-chat', 'as', True),
('add-to-roster', 'a{sv}', True),