Skip to content

Commit

Permalink
Fix item context window not reloading when styles change.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Oct 23, 2024
1 parent 939ac31 commit 789bf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/contextWin.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ async def init_widgets(
nursery.start_soon(self.ui_task, signage_trigger)
nursery.start_soon(self._moreinfo_task)
nursery.start_soon(self._packset_changed_task)
nursery.start_soon(self._style_changed_task)
nursery.start_soon(self.picker.open_contextwin_task, self.show_prop)
task_status.started()

Expand Down

0 comments on commit 789bf10

Please # to comment.