feat: Show/hide third column in chat view

This commit is contained in:
krille-chan 2024-04-07 10:30:21 +02:00
commit 02ceddf9e8
No known key found for this signature in database
5 changed files with 93 additions and 52 deletions

View file

@ -28,4 +28,6 @@ abstract class SettingKeys {
static const String sendOnEnter = 'chat.fluffy.send_on_enter';
static const String experimentalVoip = 'chat.fluffy.experimental_voip';
static const String showPresences = 'chat.fluffy.show_presences';
static const String displayChatDetailsColumn =
'chat.fluffy.display_chat_details_column';
}