1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-24 23:34:16 +00:00

store settings separately

This commit is contained in:
Alex Xu
2026-06-23 17:27:45 -07:00
parent ee5bd150e5
commit 0f009755b1
+1 -1
View File
@@ -1215,7 +1215,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
self.setupUi(MW)
self.editor = KCCGUI_MetaEditor()
self.icons = Icons()
self.settings = QSettings('ciromattia', 'kcc9')
self.settings = QSettings('ciromattia', 'kcc10')
self.settingsVersion = self.settings.value('settingsVersion', '', type=str)
self.lastPath = self.settings.value('lastPath', '', type=str)
self.defaultOutputFolder = str(self.settings.value('defaultOutputFolder', '', type=str))