Philipp Hörist pushed to branch master at gajim / gajim


Commits:
63b9e696 by Philipp Hörist at 2026-07-21T16:51:29+02:00
imprv: Application: Improve inhibit text on desktop session logout

Related #12745

- - - - -


1 changed file:

- gajim/gtk/application.py


Changes:

=====================================
gajim/gtk/application.py
=====================================
@@ -300,7 +300,9 @@ def _startup(self) -> None:
             )
 
         self._inhibit_cookie = self.inhibit(
-            app.window, Gtk.ApplicationInhibitFlags.LOGOUT, _("Quitting…")
+            app.window,
+            Gtk.ApplicationInhibitFlags.LOGOUT,
+            _("There are connected accounts"),
         )
 
         GLib.timeout_add(100, self._auto_connect)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/63b9e69647a93f7e01bf5f2937ab0c3162745f4b

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/63b9e69647a93f7e01bf5f2937ab0c3162745f4b
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