Change experimental feature notice

This commit is contained in:
problematicconsumer
2024-03-08 17:15:17 +03:30
parent 13c4fcce1c
commit 7f0397a97f
5 changed files with 68 additions and 68 deletions

View File

@@ -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;
}