Philipp Hörist pushed to branch gtk4 at gajim / gajim
Commits:
ba27aa34 by Philipp Hörist at 2024-10-05T00:07:34+02:00
refactor: Fix mam preferences
- - - - -
1 changed file:
- gajim/gtk/mam_preferences.py
Changes:
=====================================
gajim/gtk/mam_preferences.py
=====================================
@@ -29,7 +29,6 @@ def __init__(self, account: str) -> None:
Gtk.ApplicationWindow.__init__(self)
EventHelper.__init__(self)
self.set_application(app.app)
- self.set_show_menubar(False)
self.set_title(_('Archiving Preferences for %s') % account)
controller = Gtk.EventControllerKey()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ba27aa34b0f5398afdab3d1bc264c757a891f504
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ba27aa34b0f5398afdab3d1bc264c757a891f504
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]