Skip to content

Commit

Permalink
Fix #2088: Fix selecting items in selector window without actually ch…
Browse files Browse the repository at this point in the history
…oosing
  • Loading branch information
TeamSpen210 committed Oct 1, 2024
1 parent c4f3d3b commit 32d30eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/selector_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def _evt_button_click(self, index: int) -> None:
if item_id == self.selected:
self.save()
else:
self.sel_item_id(item_id)
self.sel_item(item_id)

async def _load_selected_task(self) -> None:
"""When configs change, load new items."""
Expand Down

0 comments on commit 32d30eb

Please sign in to comment.