fix: Cannot change send on enter on desktop
This commit is contained in:
parent
3eaecf0783
commit
3d622b8918
4 changed files with 6 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ abstract class AppConfig {
|
|||
static bool separateChatTypes = false;
|
||||
static bool autoplayImages = true;
|
||||
static bool sendTypingNotifications = true;
|
||||
static bool sendOnEnter = false;
|
||||
static bool? sendOnEnter;
|
||||
static bool experimentalVoip = false;
|
||||
static const bool hideTypingUsernames = false;
|
||||
static const bool hideAllStateEvents = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue