mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
adjust # of tabs in model properties
This commit is contained in:
parent
c9b4e84d87
commit
e16647c86a
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ from anki.models import FieldModel, CardModel
|
||||||
from ankiqt import ui
|
from ankiqt import ui
|
||||||
|
|
||||||
tabs = ("General",
|
tabs = ("General",
|
||||||
"Fields",
|
|
||||||
"Cards")
|
"Cards")
|
||||||
|
|
||||||
class ModelProperties(QDialog):
|
class ModelProperties(QDialog):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue