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:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-29 23:01:11 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-29 23:01:11 +0300
commitcaec3515b229d5f8754694994f8dbeaae3d14ee5 (patch)
tree245e48a4f3bd14d7008ec0b0de7616a61020545e
parent9300b23922fd170e8ee759c690c4b9925c523739 (diff)
fix: StatusIcon: Reset unread state correctly when using Flatpak
Fixes #11069
-rw-r--r--gajim/gtk/status_icon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/gtk/status_icon.py b/gajim/gtk/status_icon.py
index e55c823c0..e56b766ef 100644
--- a/gajim/gtk/status_icon.py
+++ b/gajim/gtk/status_icon.py
@@ -326,6 +326,7 @@ class AppIndicator(GtkMenuBackend):
return
if app.is_flatpak():
+ self._status_icon.set_icon_full('org.gajim.Gajim', 'online')
return
show = get_global_show()