Change experimental feature notice
This commit is contained in:
@@ -47,7 +47,7 @@ class ConnectionButton extends HookConsumerWidget {
|
||||
final canShowNotice = !ref.read(disableExperimentalFeatureNoticeProvider);
|
||||
if (hasExperimental && canShowNotice && context.mounted) {
|
||||
return await const ExperimentalFeatureNoticeDialog().show(context) ??
|
||||
true;
|
||||
false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user