Skip to content

Commit

Permalink
add experimental label
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Aug 11, 2024
1 parent 15668f2 commit 57f084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def reschedule_recent(did):
menu_advance = build_action(advance, "Advance cards in all decks")
add_action_to_gear(advance, "Advance cards")

menu_flatten = build_action(flatten, "Flatten cards in all decks")
menu_flatten = build_action(flatten, "Flatten reviews in all decks (experimental)")
add_action_to_gear(flatten, "Flatten cards")

menu_reset = build_action(clear_custom_data, "Clear custom data in all cards")
Expand Down

0 comments on commit 57f084b

Please sign in to comment.