Add option to manually edit the refresh interval

This commit is contained in:
ajnart
2023-04-05 14:53:18 +09:00
parent 9d51e2ce52
commit 31a80f5588
3 changed files with 21 additions and 8 deletions

View File

@@ -184,6 +184,7 @@ const WidgetOptionTypeSwitch: FC<{
case 'slider':
return (
<Stack spacing="xs">
<Text>{t(`descriptor.settings.${key}.label`)}</Text>
<Slider
color={primaryColor}
label={value}