chore(ribbon): add an icon to "Configure languages"

This commit is contained in:
Elian Doran 2025-10-14 18:43:56 +03:00
parent dd9d13b175
commit a68e4bdbec
No known key found for this signature in database

View File

@ -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>
)}
>