Add auto ip check option
This commit is contained in:
@@ -55,6 +55,12 @@ class GeneralSettingTiles extends HookConsumerWidget {
|
||||
},
|
||||
),
|
||||
const EnableAnalyticsPrefTile(),
|
||||
SwitchListTile(
|
||||
title: Text(t.settings.general.autoIpCheck),
|
||||
secondary: const Icon(FluentIcons.globe_search_24_regular),
|
||||
value: ref.watch(autoCheckIpProvider),
|
||||
onChanged: ref.read(autoCheckIpProvider.notifier).update,
|
||||
),
|
||||
if (Platform.isAndroid) ...[
|
||||
SwitchListTile(
|
||||
title: Text(t.settings.general.dynamicNotification),
|
||||
|
||||
Reference in New Issue
Block a user