mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix deck properties help links
This commit is contained in:
parent
60d85e2748
commit
51701903be
1 changed files with 1 additions and 2 deletions
|
@ -13,9 +13,8 @@ from anki.deck import revCardOrderLabels
|
|||
from anki.utils import hexifyID, dehexifyID
|
||||
from anki.lang import ngettext
|
||||
|
||||
tabs = ("Scheduling",
|
||||
tabs = ("ModelsAndPriorities",
|
||||
"Synchronization",
|
||||
"Models",
|
||||
"Advanced")
|
||||
|
||||
class DeckProperties(QDialog):
|
||||
|
|
Loading…
Reference in a new issue