feat: Show/hide third column in chat view
This commit is contained in:
parent
446ec1f28c
commit
02ceddf9e8
5 changed files with 93 additions and 52 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue