mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +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={(
|
||||
<FormListItem
|
||||
onClick={() => setModalShown(true)}
|
||||
icon="bx bx-cog"
|
||||
>{t("note_language.configure-languages")}</FormListItem>
|
||||
)}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user