mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -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):
|
def _drawButtons(self):
|
||||||
links = [
|
links = [
|
||||||
["", "shared", _("Get Shared")],
|
["", "shared", _("Get Shared")],
|
||||||
["", "create", _("Create")],
|
#["", "create", _("Create")],
|
||||||
["Ctrl+I", "import", _("Import File")],
|
["Ctrl+I", "import", _("Import File")],
|
||||||
["F", "cram", _("Filter/Cram")],
|
["F", "cram", _("Filter/Cram")],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue