feat: Send on enter

This commit is contained in:
Christian Pauly 2021-08-24 20:43:21 +02:00
commit 8d7d539060
6 changed files with 18 additions and 1 deletions

View file

@ -21,4 +21,5 @@ abstract class SettingKeys {
static const String dontAskForBootstrapKey =
'chat.fluffychat.dont_ask_bootstrap';
static const String autoplayImages = 'chat.fluffy.autoplay_images';
static const String sendOnEnter = 'chat.fluffy.send_on_enter';
}