chore: Adjust design

This commit is contained in:
Christian Kußowski 2026-02-14 18:28:36 +01:00
commit 65c3566dbd
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 106 additions and 96 deletions

View file

@ -37,7 +37,7 @@ enum AppSettings<T> {
sendPublicReadReceipts<bool>('chat.fluffy.send_public_read_receipts', true),
swipeRightToLeftToReply<bool>('chat.fluffy.swipeRightToLeftToReply', true),
sendOnEnter<bool>('chat.fluffy.send_on_enter', false),
showPresences<bool>('chat.fluffy.show_presences', false),
showPresences<bool>('chat.fluffy.show_presences', true),
displayNavigationRail<bool>('chat.fluffy.display_navigation_rail', false),
experimentalVoip<bool>('chat.fluffy.experimental_voip', false),
shareKeysWith<String>('chat.fluffy.share_keys_with_2', 'all'),