feat(status_bar/language): compact locale name

This commit is contained in:
Elian Doran
2025-12-12 18:05:10 +02:00
parent 74b6e7bf63
commit 31c5323fd9
3 changed files with 19 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ function LanguageSwitcher({ note }: StatusBarContext) {
icon="bx bx-help-circle"
>{t("note_language.help-on-languages")}</FormListItem>
)}
compact
/>
);
}