Change ip error refresh button

This commit is contained in:
problematicconsumer
2024-02-17 12:32:11 +03:30
parent 3541f8e3db
commit 71fb84bea1
4 changed files with 63 additions and 33 deletions

View File

@@ -86,7 +86,12 @@ class ActiveProxySideBarCard extends HookConsumerWidget {
),
_ => buildProp(
const Icon(FluentIcons.error_circle_20_regular),
propText(t.general.unknown),
IPText.unknown(
onLongPress: () async {
ref.read(ipInfoNotifierProvider.notifier).refresh();
},
constrained: true,
),
),
},
],