Change ip error refresh button
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user