Fix syntax

This commit is contained in:
kramo
2023-05-18 15:44:10 +02:00
parent 4ff236ed44
commit 28a304e364

View File

@@ -322,4 +322,4 @@ class PreferencesWindow(Adw.PreferencesWindow):
):
# The timeout is a hack to circumvent a GTK bug that I'm too lazy to report:
# The window would stay darkened because of the import dialog for some reason
GLib.timeout_add(1, self.win.get_application().on_import_action())
GLib.timeout_add(1, self.win.get_application().on_import_action)