Change default value of autoplay option to false

pull/1183/head
Kelrap 2 years ago committed by GitHub
parent a2fe15ae6a
commit 25daaad305
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