From 28a304e3642a91dedc3ff841743d29396ca26ccd Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Thu, 18 May 2023 15:44:10 +0200 Subject: [PATCH] Fix syntax --- src/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences.py b/src/preferences.py index f331c98..478befb 100644 --- a/src/preferences.py +++ b/src/preferences.py @@ -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)