mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Include the bootstrap icons in the editor view
This commit is contained in:
parent
fb5763afb6
commit
31cba30873
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ class Editor:
|
|||
_html % (bgcol, topbuts, tr(TR.EDITING_SHOW_DUPLICATES)),
|
||||
css=[
|
||||
"css/vendor/bootstrap.min.css",
|
||||
"css/vendor/bootstrap-icons.css",
|
||||
"css/editor.css",
|
||||
],
|
||||
js=[
|
||||
|
|
Loading…
Reference in a new issue