settings apply: fix error message
This commit is contained in:
parent
34ea444a42
commit
4d9e30784e
@ -145,7 +145,8 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
|
|||||||
progress.hide()
|
progress.hide()
|
||||||
|
|
||||||
if not thread_monitor.success:
|
if not thread_monitor.success:
|
||||||
QMessageBox.warning (None, "Error while changing settings for {0}!", "ERROR: {1}".format(self.vm.name, thread_monitor.error_msg))
|
QMessageBox.warning (None, "Error while changing settings for {0}!".format(self.vm.name),
|
||||||
|
"ERROR: {0}".format(thread_monitor.error_msg))
|
||||||
|
|
||||||
self.done(0)
|
self.done(0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user