diff --git a/dzgui/views/base.py b/dzgui/views/base.py index e9a0fb9..9a728bc 100644 --- a/dzgui/views/base.py +++ b/dzgui/views/base.py @@ -340,7 +340,6 @@ class App(ColorAwareApp, Gtk.Application): # type: ignore MainController = Controller() - try: theme = Gtk.IconTheme.get_default() icons = theme.list_icons(None)