Skip to content

Commit

Permalink
Add missing feature change watch
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Jan 13, 2025
1 parent fa6bd85 commit 0633a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,10 @@ def __init__(self, qt_app, qubes_app, dispatcher, _parent=None):
self.on_domain_updates_available)
dispatcher.add_handler('domain-feature-delete:updates-available',
self.on_domain_updates_available)
dispatcher.add_handler('domain-feature-set:skip-update',
self.on_domain_updates_available)
dispatcher.add_handler('domain-feature-delete:skip-update',
self.on_domain_updates_available)

self.installEventFilter(self)

Expand Down

0 comments on commit 0633a34

Please sign in to comment.