forked from openlp/openlp
added QCoreApplication.exit() to cancel button
This commit is contained in:
parent
25cb0ac22e
commit
1d06562c69
@ -222,6 +222,7 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard):
|
||||
if self.lastId == FirstTimePage.NoInternet or \
|
||||
(self.lastId <= FirstTimePage.Plugins and \
|
||||
not self.hasRunWizard):
|
||||
QtCore.QCoreApplication.exit()
|
||||
sys.exit()
|
||||
self.downloadCanceled = True
|
||||
Receiver.send_message(u'cursor_normal')
|
||||
|
Loading…
Reference in New Issue
Block a user