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

Change default value of autoplay option to false
This commit is contained in:
ggurdin 2024-05-16 09:31:27 -04:00 committed by GitHub
commit 48988c19e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,