dkdkdkdkdkdk

This commit is contained in:
Young Hoon Lee
2025-09-23 19:46:03 +09:00
parent 9d98b8d19b
commit 061ee37ba2
4 changed files with 20 additions and 76 deletions

View File

@@ -61,7 +61,7 @@ class MyApp(QMainWindow):
if False == os.path.exists(self.pathDB):
os.makedirs(self.pathDB, exist_ok=True)
self.pathLastCalibre = settings.value('LastCalibrePath', "~/CalibreLibrary", type=str)
self.pathLastCalibre = settings.value('LastCalibrePath', "~/Calibre Library", type=str)
if False == os.path.exists(self.pathDB):
os.makedirs(self.pathDB, exist_ok=True)