mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove Study from top toolbar
This commit is contained in:
parent
e895d73029
commit
762fd7f8a1
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ class Toolbar(object):
|
||||||
def _centerLinks(self):
|
def _centerLinks(self):
|
||||||
links = [
|
links = [
|
||||||
["decks", _("Decks"), _("Shortcut key: %s") % "D"],
|
["decks", _("Decks"), _("Shortcut key: %s") % "D"],
|
||||||
["study", _("Study"), _("Shortcut key: %s") % "S"],
|
|
||||||
["add", _("Add"), _("Shortcut key: %s") % "A"],
|
["add", _("Add"), _("Shortcut key: %s") % "A"],
|
||||||
["browse", _("Browse"), _("Shortcut key: %s") % "B"],
|
["browse", _("Browse"), _("Shortcut key: %s") % "B"],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue