Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update global setting "Answer recover" to match deck setting #181

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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