Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
Fixes:
 - Enabled saving of the load_last_session parameter.
  • Loading branch information
MrCheatak committed Feb 27, 2023
1 parent 1fd8556 commit 9ad6977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions febid/ui/ui_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 9ad6977

Please sign in to comment.