forked from openlp/openlp
Import the startup showing the update screen
This commit is contained in:
parent
2059c4e95e
commit
3baf2f2f7b
@ -131,7 +131,7 @@ class OpenLP(QtGui.QApplication):
|
|||||||
if show_splash:
|
if show_splash:
|
||||||
# now kill the splashscreen
|
# now kill the splashscreen
|
||||||
self.splash.finish(self.mainWindow)
|
self.splash.finish(self.mainWindow)
|
||||||
self.mainWindow.versionCheck()
|
#self.mainWindow.versionCheck()
|
||||||
return self.exec_()
|
return self.exec_()
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -50,7 +50,6 @@ media_manager_style = """
|
|||||||
border-color: palette(light);
|
border-color: palette(light);
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Ui_MainWindow(object):
|
class Ui_MainWindow(object):
|
||||||
def setupUi(self, MainWindow):
|
def setupUi(self, MainWindow):
|
||||||
"""
|
"""
|
||||||
@ -582,6 +581,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
self.trUtf8('The Main Display has been blanked out'),
|
self.trUtf8('The Main Display has been blanked out'),
|
||||||
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok),
|
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok),
|
||||||
QtGui.QMessageBox.Ok)
|
QtGui.QMessageBox.Ok)
|
||||||
|
self.repaint()
|
||||||
|
self.versionCheck()
|
||||||
|
|
||||||
def onHelpAboutItemClicked(self):
|
def onHelpAboutItemClicked(self):
|
||||||
"""
|
"""
|
||||||
|
@ -1 +1 @@
|
|||||||
1.9.0-697
|
1.9.0-696
|
||||||
|
Loading…
Reference in New Issue
Block a user