Fix some parameter issues and replace tkinter messagebox with Qt-based messagebox.

This commit is contained in:
wei
2026-08-03 16:02:45 +08:00
parent 38fd491da8
commit e657a9642e
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class Launcher(QApplication, LauncherObject):
full_path = self.styles_path / qss_relative_path
if not full_path.exists():
messagebox.error(
self.main_window,
None,
"Resource Error",
"Missing stylesheet file: {}".format(full_path),
)