Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
cc22058f by wurstsalat at 2024-06-16T22:57:58+02:00
fix: VoiceMessageRecorderButton: Honor visibility setting on startup

Fixes #11872

- - - - -


1 changed file:

- gajim/gtk/voice_message_recorder_widget.py


Changes:

=====================================
gajim/gtk/voice_message_recorder_widget.py
=====================================
@@ -37,7 +37,7 @@
 class VoiceMessageRecorderButton(Gtk.MenuButton):
 
     def __init__(self) -> None:
-        Gtk.MenuButton.__init__(self, relief=Gtk.ReliefStyle.NONE)
+        Gtk.MenuButton.__init__(self, relief=Gtk.ReliefStyle.NONE, 
no_show_all=True)
         self.get_style_context().add_class('message-actions-box-button')
         self.set_visible(app.settings.get('show_voice_message_button'))
 



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

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