chore: Hide status list by default
This commit is contained in:
parent
b2654f4cc1
commit
eb5215c81a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue