Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/306'
Browse files Browse the repository at this point in the history
* origin/pr/306:
  Clear property cache in VM settings' apply
  • Loading branch information
marmarek committed Nov 9, 2021
2 parents d20765d + 25c6683 commit 7931511
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 @@ -281,6 +281,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 7931511

Please sign in to comment.