mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
small fix in AudioFormat
This commit is contained in:
parent
e91604e170
commit
46f36f4a4a
@ -3372,6 +3372,7 @@ class AudioFormat(Gtk.Box):
|
||||
self._top_label=Gtk.Label(xalign=1)
|
||||
self._brate_label=Gtk.Label(xalign=1, width_chars=5)
|
||||
self._format_label=Gtk.Label()
|
||||
self.set_property("no-show-all", not(self._settings.get_boolean("show-audio-format")))
|
||||
|
||||
# connect
|
||||
self._settings.connect("notify::mini-player", self._on_mini_player)
|
||||
|
Loading…
Reference in New Issue
Block a user