restart wizzard when wrong password or backup corrupted
fix: https://github.com/QubesOS/qubes-issues/issues/1589
这个提交包含在:
父节点
0e951dc156
当前提交
9102d200bd
@ -171,6 +171,7 @@ class RestoreVMsWindow(ui_restoredlg.Ui_Restore, QtGui.QWizard):
|
||||
self.select_vms_widget.available_list.addItem(vmname)
|
||||
except exc.QubesException as ex:
|
||||
QtGui.QMessageBox.warning(None, self.tr("Restore error!"), str(ex))
|
||||
self.restart()
|
||||
|
||||
def append_output(self, text):
|
||||
self.commit_text_edit.append(text)
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户