Skip to content

Commit

Permalink
Clear property cache in VM settings' apply
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Nov 5, 2021
1 parent 95d8c09 commit 25c6683
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 @@ -273,6 +273,8 @@ def save_changes(self):
def apply(self):
self.save_changes()

self.vm.clear_cache()

# these signals must be disconnected to avoid unintended behavior
# on refreshing the drop-downs
self.netVM.currentIndexChanged.disconnect()
Expand Down

0 comments on commit 25c6683

Please sign in to comment.