Code launch profile page ui/ux.

This commit is contained in:
wei
2026-08-01 00:47:41 +08:00
parent b5df1ec1ca
commit 338a5efe89
11 changed files with 465 additions and 107 deletions
+2
View File
@@ -101,6 +101,8 @@ class ProfileManager(QObject):
self.load,
)
self.load()
@property
def default_profile_path(self):
return Path(self.app.work_dir, DEFAuLT_PROFILE_RELATIVE_PATH)