Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
4d4fb6f7 by wurstsalat at 2024-12-15T23:09:24+01:00
cfix: Enable reply, mention, quote, and paste-as-* actions by default

- - - - -


1 changed file:

- gajim/gtk/const.py


Changes:

=====================================
gajim/gtk/const.py
=====================================
@@ -217,14 +217,14 @@ def __str__(self):
     ("copy-message", "s", True),
     ("moderate-message", "a{sv}", False),
     ("moderate-all-messages", "a{sv}", False),
-    ("paste-as-quote", None, False),
-    ("paste-as-code-block", None, False),
-    ("quote", "s", False),
+    ("paste-as-quote", None, True),
+    ("paste-as-code-block", None, True),
+    ("quote", "s", True),
     ("quote-next", None, True),
     ("quote-prev", None, True),
-    ("reply", "u", False),
+    ("reply", "u", True),
     ("jump-to-message", "au", True),
-    ("mention", "s", False),
+    ("mention", "s", True),
     ("send-file-httpupload", "as", False),
     # ('send-file-jingle', 'as', False),
     ("send-file", "as", False),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4d4fb6f74206e66b927e1ffb7f3160f340875e17

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4d4fb6f74206e66b927e1ffb7f3160f340875e17
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to