Merge pull request #204 from pangeachat/remove-audio-autoplay-as-default
Change default value of autoplay option to false
This commit is contained in:
commit
48988c19e6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class SettingsLearningView extends StatelessWidget {
|
|||
defaultValue: controller.pangeaController.pStoreService.read(
|
||||
PLocalKey.autoPlayMessages,
|
||||
) ??
|
||||
true,
|
||||
false,
|
||||
title: L10n.of(context)!.autoPlayTitle,
|
||||
subtitle: L10n.of(context)!.autoPlayDesc,
|
||||
pStoreKey: PLocalKey.autoPlayMessages,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue