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