forked from openlp/openlp
Open up again
This commit is contained in:
parent
cb661bf1ce
commit
1e0ca83729
@ -172,8 +172,8 @@ class OpenLP(QtGui.QApplication):
|
|||||||
# First time checks in settings
|
# First time checks in settings
|
||||||
firstTime = QtCore.QSettings().value(
|
firstTime = QtCore.QSettings().value(
|
||||||
u'general/first time', QtCore.QVariant(True)).toBool()
|
u'general/first time', QtCore.QVariant(True)).toBool()
|
||||||
# if firstTime:
|
if firstTime:
|
||||||
# FirstTimeForm(screens).exec_()
|
FirstTimeForm(screens).exec_()
|
||||||
if os.name == u'nt':
|
if os.name == u'nt':
|
||||||
self.setStyleSheet(application_stylesheet)
|
self.setStyleSheet(application_stylesheet)
|
||||||
show_splash = QtCore.QSettings().value(
|
show_splash = QtCore.QSettings().value(
|
||||||
|
Loading…
Reference in New Issue
Block a user