Set correct status of "show all VMs" button (#211)
This commit is contained in:
parent
193a09c32d
commit
c9f224d1aa
@ -406,6 +406,8 @@ class VmManagerWindow(QMainWindow):
|
||||
self.action_shutdownvm.setDisabled(True)
|
||||
self.action_updatevm.setDisabled(True)
|
||||
|
||||
self.action_showallvms.setChecked(self.show_inactive_vms)
|
||||
|
||||
self.toolbar = self.addToolBar ("Toolbar")
|
||||
self.toolbar.setFloatable(False)
|
||||
self.addActions (self.toolbar, (self.action_createvm, self.action_removevm,
|
||||
|
Loading…
Reference in New Issue
Block a user