Philipp Hörist pushed to branch master at gajim / gajim
Commits:
45421178 by Philipp Hörist at 2025-11-15T17:11:52+01:00
fix: SystemTrayIcon: Mark icon as not menu only
- - - - -
1 changed file:
- gajim/common/dbus/statusnotifieritem.py
Changes:
=====================================
gajim/common/dbus/statusnotifieritem.py
=====================================
@@ -66,7 +66,7 @@ class StatusNotifierItemService(DBusService):
IconThemePath = ""
AttentionIconName = ""
ToolTip: tuple[str, list[Any], str, str] = ("", [], "Gajim", "")
- ItemIsMenu = True
+ ItemIsMenu = False
Menu = "/StatusNotifierItem/Menu"
def __init__(
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/454211787d9182acf72f9e7b5f7405705bd27ad0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/454211787d9182acf72f9e7b5f7405705bd27ad0
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]