forked from openlp/openlp
fixed FTW shown again
This commit is contained in:
parent
e708140d13
commit
3fef841bb2
@ -305,6 +305,8 @@ def main(args=None):
|
||||
# Instance check
|
||||
if application.is_already_running():
|
||||
sys.exit()
|
||||
# Remove/convert obsolete settings.
|
||||
Settings().remove_obsolete_settings()
|
||||
# First time checks in settings
|
||||
if not Settings().value(u'core/has run wizard'):
|
||||
if not FirstTimeLanguageForm().exec_():
|
||||
|
@ -491,7 +491,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
self.new_data_path = None
|
||||
self.copy_data = False
|
||||
Settings().set_up_default_values()
|
||||
Settings().remove_obsolete_settings()
|
||||
self.service_not_saved = False
|
||||
self.about_form = AboutForm(self)
|
||||
self.media_controller = MediaController()
|
||||
|
Loading…
Reference in New Issue
Block a user