Remove the unnecessary Pause button
When we pause the VM we do _not_ release memory assigned to this VM, so it really makes little sense to offer this option to the user
This commit is contained in:
parent
bbbcba8e15
commit
ce10013d80
@ -395,7 +395,7 @@ class VmManagerWindow(QMainWindow):
|
|||||||
self.toolbar.setFloatable(False)
|
self.toolbar.setFloatable(False)
|
||||||
self.addActions (self.toolbar, (self.action_createvm, self.action_removevm,
|
self.addActions (self.toolbar, (self.action_createvm, self.action_removevm,
|
||||||
None,
|
None,
|
||||||
self.action_resumevm, self.action_pausevm, self.action_shutdownvm,
|
self.action_resumevm, self.action_shutdownvm,
|
||||||
self.action_updatevm, self.action_editfwrules,
|
self.action_updatevm, self.action_editfwrules,
|
||||||
None,
|
None,
|
||||||
self.action_showcpuload,
|
self.action_showcpuload,
|
||||||
|
Loading…
Reference in New Issue
Block a user