Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/169'
Browse files Browse the repository at this point in the history
* origin/pr/169:
  Fixed device list behavior for a running VM in VM settings
  • Loading branch information
marmarek committed Apr 3, 2019
2 parents 1d65d69 + 6cf0e83 commit 8318db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qubesmanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,8 @@ def __init__(self, name, ident, parent=None):

self.update_pvh_dont_support_devs()

self.dev_list.setEnabled(not self.vm.is_running())

def __apply_devices_tab__(self):
msg = []

Expand Down

0 comments on commit 8318db9

Please sign in to comment.