Skip to content

Commit

Permalink
add some note
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Feb 1, 2024
1 parent 68ba9c6 commit ebc60d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyprland/plugins/layout_center.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ async def _run_changefocus(self, direction, default_override=None):
try:
idx = addresses.index(self.main_window_addr)
except ValueError:
# TODO: recall previous index
idx = 0
index = idx + direction
if index < 0:
Expand Down

0 comments on commit ebc60d0

Please sign in to comment.