feat: more work on M2, this time language selection

This commit is contained in:
2026-04-04 19:36:08 +02:00
parent 03dcaea88e
commit cbac412390
9 changed files with 146 additions and 67 deletions

View File

@@ -56,6 +56,7 @@ pub fn view(
post_count: usize,
media_count: usize,
offline_mode: bool,
locale_dropdown_open: bool,
// i18n
locale: UiLocale,
) -> Element<'static, Message> {
@@ -97,6 +98,7 @@ pub fn view(
media_count,
locale,
offline_mode,
locale_dropdown_open,
task_snapshots,
);