made album cover size settings faster

This commit is contained in:
Martin Wagner 2020-08-18 12:52:17 +02:00
parent 459732dde4
commit df020809ff

View File

@ -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):