mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
chore(ribbon): add an icon to "Configure languages"
This commit is contained in:
parent
dd9d13b175
commit
a68e4bdbec
@ -310,6 +310,7 @@ function NoteLanguageSwitch({ note }: { note?: FNote | null }) {
|
|||||||
extraChildren={(
|
extraChildren={(
|
||||||
<FormListItem
|
<FormListItem
|
||||||
onClick={() => setModalShown(true)}
|
onClick={() => setModalShown(true)}
|
||||||
|
icon="bx bx-cog"
|
||||||
>{t("note_language.configure-languages")}</FormListItem>
|
>{t("note_language.configure-languages")}</FormListItem>
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user