chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-04 19:26:31 +08:00
parent 64676bc5cb
commit aaa69f0f95
21 changed files with 59 additions and 65 deletions

View File

@@ -59,7 +59,7 @@ final class _IntroPage extends StatelessWidget {
).cardx,
ListTile(
leading: const Icon(Icons.update),
title: Text(l10n.autoCheckUpdate),
title: Text(libL10n.autoCheckUpdate),
subtitle: Text(l10n.fdroidReleaseTip, style: UIs.textGrey),
trailing: StoreSwitch(prop: _setting.autoCheckAppUpdate),
).cardx,