fix update dialog

- fix initializer
- fix exec call
- fix opening link
This commit is contained in:
leminlimez
2024-12-04 15:35:59 -05:00
parent 560a9b9ec7
commit 563c426e6e
3 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class MainWindow(QtWidgets.QMainWindow):
# Check for an update
if is_update_available(App_Version, App_Build):
# notify with prompt to download the new version from github
UpdateAppDialog()
UpdateAppDialog().exec()
# Update the app version/build number label
self.updateAppVersionLabel()