diff --git a/febid/ui/ui_shell.py b/febid/ui/ui_shell.py index 1a46981..3575761 100644 --- a/febid/ui/ui_shell.py +++ b/febid/ui/ui_shell.py @@ -222,6 +222,7 @@ def change_state_load_last_session(self, param=None): switch = True if param else False self.checkbox_load_last_session.setChecked(switch) self.save_flag = switch + self.save_parameter('load_last_session', False) if switch and self.initialized: self.open_last_session()