diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-09-05 18:34:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-05 08:34:00 -0700 |
commit | ee3e08393882a9d72ae9cab5f765ed2885c5a98d (patch) | |
tree | a18396cf22b84b22073059922819e278890cc36a /src/state/persisted | |
parent | 0f089060d2596bf75f141d1d574f14952bca1066 (diff) | |
download | voidsky-ee3e08393882a9d72ae9cab5f765ed2885c5a98d.tar.zst |
Restore quick language select (#8981)
* restore quick language select * rm showCancel * rm margin from thread button * alf composer icons * stop hiding keyboard * use trans
Diffstat (limited to 'src/state/persisted')
-rw-r--r-- | src/state/persisted/schema.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/persisted/schema.ts b/src/state/persisted/schema.ts index f840081f3..11204f309 100644 --- a/src/state/persisted/schema.ts +++ b/src/state/persisted/schema.ts @@ -78,8 +78,8 @@ const schema = z.object({ postLanguage: z.string(), /** * The user's post language history, used to pre-populate the post language - * selector in the composer. Within each value, multiple languages are - * separated by values. + * selector in the composer. Within each value, multiple languages are separated + * by commas. * * BCP-47 2-letter language codes without region. */ |