Skip to content

Commit 6c4092f

Browse files
committed
Fixed "delete mod" accidentally using dry run.
1 parent f6167be commit 6c4092f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/dialogs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Future<void> showDeleteModFoldersConfirmationDialog(
106106
BuildContext context,
107107
WidgetRef ref, {
108108
bool? allowDeletingEnabledModsDefaultState = false,
109-
bool dryRun = true,
109+
bool dryRun = false,
110110
}) async {
111111
Future<void> deleteFolder(String folderPath) async {
112112
final directory = Directory(folderPath);

0 commit comments

Comments
 (0)