mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
tags start collapsed
This commit is contained in:
parent
0bf2538989
commit
4b7d30f515
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ impl Tag {
|
||||||
Tag {
|
Tag {
|
||||||
name,
|
name,
|
||||||
usn,
|
usn,
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue