mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
fix update dialog
- fix initializer - fix exec call - fix opening link
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user