Skip to content

Commit 8d4cfb8

Browse files
authored
fix TypeError
1 parent ab5e59a commit 8d4cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, *args, **kwargs):
2323
self.toolbarview.add_top_bar(self.headerbar)
2424

2525
# Values that are set if state of the switch "Extensions" in the Items, state of the switch "User data of installed Flatpak apps" will be saved or not, if whether to reopen the self.setDialog, if restarts the app window. Whether the Apply button in self.setDialog will be enabled or not.
26-
self.save_ext_switch_state = self.flatpak_data_sw_state = self.open_setdialog_tf = self.cancel_process = self.set_button_sensitive = self.restart_app_win = self.start_saving = False
26+
self.save_ext_switch_state = self.flatpak_data_sw_state = self.open_setdialog_tf = self.cancel_process = self.set_button_sensitive = self.restart_app_win = False
2727

2828
# set the window size and maximization from the GSettings database
2929
(width, height) = settings["window-size"]

0 commit comments

Comments
 (0)