mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Adding constants for buttons
The point being that, when we read BUTTON_ONE, we know that the type of the element is: a button
This commit is contained in:
parent
8264be1964
commit
be148ce8a1
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ HELP_SITE = "http://ankisrs.net/docs/manual.html"
|
||||||
LEECH_SUSPEND = 0
|
LEECH_SUSPEND = 0
|
||||||
LEECH_TAGONLY = 1
|
LEECH_TAGONLY = 1
|
||||||
|
|
||||||
|
# Buttons
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue