Skip to content

Commit

Permalink
Merge pull request #181 from Yutsuten/fix-typo-settings
Browse files Browse the repository at this point in the history
Update global setting "Answer recover" to match deck setting
  • Loading branch information
Yutsuten authored Apr 30, 2024
2 parents 4d45dfa + 4925f11 commit 296ef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def generate_form() -> Any:
'Current life will be shared between all decks.')
tab.spin_box('maxLifeInput', 'Maximum life', [1, 10000], '''Time in \
seconds for the life bar go from full to empty.''')
tab.spin_box('recoverInput', 'Recover', [0, 1000], '''Time in seconds \
tab.spin_box('recoverInput', 'Answer recover', [0, 1000], '''Time in seconds \
that is recovered after answering a card.''')
tab.double_spin_box('fullRecoverInput', 'Full recover speed', [-10000, 10000], '''Amount \
to recover each second when clicking the "Recover" button in the deck overview screen. Negative \
Expand Down

0 comments on commit 296ef09

Please sign in to comment.