Philipp Hörist pushed to branch master at gajim / gajim
Commits:
caec3515 by Philipp Hörist at 2022-09-29T22:01:11+02:00
fix: StatusIcon: Reset unread state correctly when using Flatpak
Fixes #11069
- - - - -
1 changed file:
- gajim/gtk/status_icon.py
Changes:
=====================================
gajim/gtk/status_icon.py
=====================================
@@ -326,6 +326,7 @@ def update_state(self, init: bool = False) -> None:
return
if app.is_flatpak():
+ self._status_icon.set_icon_full('org.gajim.Gajim', 'online')
return
show = get_global_show()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/caec3515b229d5f8754694994f8dbeaae3d14ee5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/caec3515b229d5f8754694994f8dbeaae3d14ee5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits