Skip to content

Commit

Permalink
add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Nov 22, 2024
1 parent 750ceae commit 889d257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ def add_tooltips(self) -> None:
self._toggleables["remove_buttons"].setToolTip(
"Remove answer buttons.\nOnly the corresponding intervals will be visible."
)
self._toggleables["hide_button_times"].setToolTip(
"Remove text shown above each answer button\n"
"that tells you the future interval of the card\n"
"if you press the button."
)
self._toggleables["prevent_clicks"].setToolTip(
"Make answer buttons disabled.\n" "Disabled buttons are visible but unusable and un-clickable."
)
Expand Down

0 comments on commit 889d257

Please sign in to comment.