1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-09 22:02:12 +00:00

use same settings save location as qt5

This commit is contained in:
Alex Xu
2023-07-25 14:02:02 -07:00
committed by GitHub
parent a3dd23ed40
commit 69856c7f48

View File

@@ -874,7 +874,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
self.setupUi(MW)
self.editor = KCCGUI_MetaEditor()
self.icons = Icons()
self.settings = QtCore.QSettings('ciromattia', 'kcc')
self.settings = QtCore.QSettings('KindleComicConverter', 'KindleComicConverter')
self.settingsVersion = self.settings.value('settingsVersion', '', type=str)
self.lastPath = self.settings.value('lastPath', '', type=str)
self.lastDevice = self.settings.value('lastDevice', 0, type=int)