mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
made album cover size settings faster
This commit is contained in:
parent
459732dde4
commit
df020809ff
@ -1820,8 +1820,10 @@ class AlbumView(FocusFrame):
|
||||
pass
|
||||
|
||||
def on_settings_changed(self, *args):
|
||||
if self.done:
|
||||
def callback():
|
||||
self.refresh(self.artists)
|
||||
return False
|
||||
GLib.idle_add(callback)
|
||||
|
||||
class Browser(Gtk.Paned):
|
||||
def __init__(self, client, settings, window):
|
||||
|
Loading…
Reference in New Issue
Block a user