diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 093301f..2fd3092 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -79,7 +79,7 @@ class Hello(): self.builder.get_object("languages").set_active_id(self.get_best_locale()) # Set autostart switcher state - self.autostart = os.path.isfile(fix_path(self.preferences["autostart_path"]) + self.autostart = os.path.isfile(fix_path(self.preferences["autostart_path"])) self.builder.get_object("autostart").set_active(self.autostart) # Live systems