Skip to content

Commit

Permalink
Fix bug where you couldn't select help context by index (talonhub#1478)
Browse files Browse the repository at this point in the history
This broke in a recent update.
  • Loading branch information
AndreasArvidsson authored and MartinRykfors committed Aug 14, 2024
1 parent 9e64ce2 commit 34c0ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/help/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def help_select_index(index: int):
(current_context_page - 1)
* settings.get("user.help_max_contexts_per_page")
+ index
]
][0]
]

def help_previous():
Expand Down

0 comments on commit 34c0ef2

Please sign in to comment.