This doesn't help

This commit is contained in:
Mathieu Comandon 2020-10-26 22:33:55 -07:00
parent 3a36f8d403
commit 5c0aec7a60

View file

@ -638,7 +638,7 @@ class LutrisWindow(Gtk.ApplicationWindow): # pylint: disable=too-many-public-me
def on_icons_loaded(self, _media_loader):
"""Refresh the view when all icons are loaded"""
GLib.idle_add(self.emit, "view-updated")
self.emit("view-updated")
def on_dark_theme_state_change(self, action, value):
"""Callback for theme switching action"""