Made the update call on startup asynchronous.
This commit is contained in:
parent
954932de0b
commit
12b68ad858
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -225,7 +225,7 @@ class MainWindow(QtGui.QWidget):
|
|||
self.option_settings_enabled(False)
|
||||
|
||||
self.setWindowTitle("Web2Executable")
|
||||
self.getVersions()
|
||||
self.update_nw_versions(None)
|
||||
|
||||
def setup_nw_versions(self):
|
||||
nw_version = self.getSetting('nw_version')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue