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
|
|
@ -74,7 +74,7 @@ class SettingsChatView extends StatelessWidget {
|
|||
title: L10n.of(context)!.sendOnEnter,
|
||||
onChanged: (b) => AppConfig.sendOnEnter = b,
|
||||
storeKey: SettingKeys.sendOnEnter,
|
||||
defaultValue: AppConfig.sendOnEnter,
|
||||
defaultValue: AppConfig.sendOnEnter ?? !PlatformInfos.isMobile,
|
||||
),
|
||||
SettingsSwitchListTile.adaptive(
|
||||
title: L10n.of(context)!.experimentalVideoCalls,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue