if profile.getMachineSetting('machine_name') == '':
return
if profile.getPreference('last_run_version') != version.getVersion(False):
- profile.putPreference('last_run_version', version.getVersion(False))
profile.performVersionUpgrade()
- newVersionDialog.newVersionDialog().Show()
# Must happen before the main window is created, in case there are changes
# that would affect it (such as machine name changes)
self.mainWindow.OnDropFiles(self.loadFiles)
setFullScreenCapable(self.mainWindow)
+ if profile.getPreference('last_run_version') != version.getVersion(False):
+ profile.putPreference('last_run_version', version.getVersion(False))
+ newVersionDialog.newVersionDialog().Show()
+
# Must come after creating the main window
if version.isDevVersion():
import wx.lib.inspection