Sync from development - prepare for v0.2.0.7

This commit is contained in:
Omni
2025-12-28 22:17:44 +00:00
parent 99fb369d5e
commit 5869a896a8
8 changed files with 46 additions and 25 deletions

View File

@@ -1562,7 +1562,7 @@ class JackifyMainWindow(QMainWindow):
# Show update dialog after a short delay to ensure GUI is fully loaded
def show_update_dialog():
from ..dialogs.update_dialog import UpdateDialog
from .dialogs.update_dialog import UpdateDialog
dialog = UpdateDialog(update_info, self.update_service, self)
dialog.exec()