mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
remove the create button for now, to see if it's still needed
This commit is contained in:
parent
67cf37865c
commit
6b28327448
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ body { margin: 1em; -webkit-user-select: none; }
|
|||
def _drawButtons(self):
|
||||
links = [
|
||||
["", "shared", _("Get Shared")],
|
||||
["", "create", _("Create")],
|
||||
#["", "create", _("Create")],
|
||||
["Ctrl+I", "import", _("Import File")],
|
||||
["F", "cram", _("Filter/Cram")],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue