This commit is contained in:
ThomasV 2017-07-24 18:19:52 +02:00
parent 4721e21df0
commit f33ee01e64
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
if self.storage.file_exists() and not self.storage.is_encrypted():
break
if self.loop.exec_() != 2: # 2 = next
self.close()
return
if not self.storage.file_exists():
break
if self.storage.file_exists() and self.storage.is_encrypted():