forked from openlp/openlp
"Fix the Transifex API URL
Add this to your merge proposal: -------------------------------- lp:~raoul-snyman/openlp/transifex-api-2.4 (revision 2632) [SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1536/ [SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1447/ [FAILURE] https://ci.openlp.io/job/Branch-03-Interface-Tests/1385/" bzr-revno: 2631
This commit is contained in:
parent
4ee29b0e3d
commit
af54780de5
@ -153,10 +153,10 @@ class OpenLP(OpenLPMixin, QtWidgets.QApplication):
|
|||||||
self.processEvents()
|
self.processEvents()
|
||||||
if not has_run_wizard:
|
if not has_run_wizard:
|
||||||
self.main_window.first_time()
|
self.main_window.first_time()
|
||||||
# update_check = Settings().value('core/update check')
|
update_check = Settings().value('core/update check')
|
||||||
# if update_check:
|
if update_check:
|
||||||
# version = VersionThread(self.main_window)
|
version = VersionThread(self.main_window)
|
||||||
# version.start()
|
version.start()
|
||||||
self.main_window.is_display_blank()
|
self.main_window.is_display_blank()
|
||||||
self.main_window.app_startup()
|
self.main_window.app_startup()
|
||||||
return self.exec()
|
return self.exec()
|
||||||
|
Loading…
Reference in New Issue
Block a user