chore: Hide status list by default

This commit is contained in:
Christian Kußowski 2026-01-29 19:02:04 +01:00
parent b2654f4cc1
commit eb5215c81a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

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', true),
showPresences<bool>('chat.fluffy.show_presences', false),
displayNavigationRail<bool>('chat.fluffy.display_navigation_rail', false),
experimentalVoip<bool>('chat.fluffy.experimental_voip', false),
shareKeysWith<String>('chat.fluffy.share_keys_with_2', 'all'),