ashilkn 2 年 前
コミット
5232047d20
1 ファイル変更1 行追加0 行削除
  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:
         "Some of the files you are trying to delete are only available on your device and cannot be recovered if deleted",
     firstButtonLabel: "Delete",
+    isCritical: true,
   );
   if (choice == null) {
     return false;