Merge pull request #204 from pangeachat/remove-audio-autoplay-as-default

Change default value of autoplay option to false
pull/1183/head
ggurdin 2 years ago committed by GitHub
commit 48988c19e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save