We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6167be commit 6c4092fCopy full SHA for 6c4092f
lib/utils/dialogs.dart
@@ -106,7 +106,7 @@ Future<void> showDeleteModFoldersConfirmationDialog(
106
BuildContext context,
107
WidgetRef ref, {
108
bool? allowDeletingEnabledModsDefaultState = false,
109
- bool dryRun = true,
+ bool dryRun = false,
110
}) async {
111
Future<void> deleteFolder(String folderPath) async {
112
final directory = Directory(folderPath);
0 commit comments