- small change due of porting to PyQt6 in self.on_portable_checked() method

This commit is contained in:
Marius Stanciu
2021-08-14 00:14:43 +03:00
committed by Marius
parent 0bf8733614
commit 835ef0620e
2 changed files with 5 additions and 1 deletions

View File

@@ -4071,7 +4071,7 @@ class App(QtCore.QObject):
break
line_no += 1
if state:
if state == QtCore.Qt.CheckState.Checked:
data[line_no] = 'portable=True\n'
# create the new defauults files
# create current_defaults.FlatConfig file if there is none