mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-01-17 19:47:00 +01:00
Sync from development - prepare for v0.2.0.7
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user