We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2a175 commit 515d93eCopy full SHA for 515d93e
lib/widgets/dialog.dart
@@ -217,10 +217,7 @@ class UpgradeWelcomeDialog extends StatelessWidget {
217
218
await future; // Wait for the dialog to be dismissed.
219
220
- await globalSettings.setBool(
221
- BoolGlobalSetting.upgradeWelcomeDialogShown,
222
- true,
223
- );
+ await globalSettings.setBool(BoolGlobalSetting.upgradeWelcomeDialogShown, true);
224
}
225
226
static const String _announcementUrl =
0 commit comments