Add fastest interval

This commit is contained in:
Anton Tananaev 2025-06-13 15:36:07 -07:00
parent f3d0bdcefc
commit e6ac282afd
3 changed files with 8 additions and 1 deletions

View file

@ -149,6 +149,8 @@ class _SettingsScreenState extends State<SettingsScreen> {
setState(() => advanced = value);
},
),
if (Platform.isAndroid && advanced)
_buildListTile(AppLocalizations.of(context)!.fastestIntervalLabel, Preferences.fastestInterval, true),
if (advanced)
SwitchListTile(
title: Text(AppLocalizations.of(context)!.bufferLabel),