ashilkn 2 gadi atpakaļ
vecāks
revīzija
5232047d20
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lib/utils/delete_file_util.dart

+ 1 - 0
lib/utils/delete_file_util.dart

@@ -471,6 +471,7 @@ Future<bool> shouldProceedWithDeletion(BuildContext context) async {
     body:
     body:
         "Some of the files you are trying to delete are only available on your device and cannot be recovered if deleted",
         "Some of the files you are trying to delete are only available on your device and cannot be recovered if deleted",
     firstButtonLabel: "Delete",
     firstButtonLabel: "Delete",
+    isCritical: true,
   );
   );
   if (choice == null) {
   if (choice == null) {
     return false;
     return false;