Skip to content

Commit

Permalink
add gui checkbox show_reps_done_today
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Sep 18, 2024
1 parent bf78f48 commit 7380354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def make_features_group(self) -> QGroupBox:
"pass_fail",
"flexible_grading",
"show_last_review",
"show_reps_done_today",
"press_answer_key_to_flip_card",
)
gbox = QGroupBox("Features")
Expand Down Expand Up @@ -285,6 +286,9 @@ def add_tooltips(self) -> None:
"Answer keys ('h', 'j', 'k', 'l' by default) will be used\n"
"to reveal the back side, similarly to the Space bar."
)
self._toggleables["show_reps_done_today"].setToolTip(
"Print the number of reviews done today on the bottom bar."
)


class SettingsMenuDialog(SettingsMenuUI):
Expand Down

0 comments on commit 7380354

Please # to comment.