Add fastest interval
This commit is contained in:
parent
f3d0bdcefc
commit
e6ac282afd
3 changed files with 8 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue