adding trash folder

This commit is contained in:
DioCrafts
2025-03-24 17:49:53 +01:00
parent 38b0e9594b
commit bd623ec07e
11 changed files with 644 additions and 68 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ impl Default for FeaturesConfig {
enable_auth: true, // Enable authentication by default
enable_user_storage_quotas: false,
enable_file_sharing: false,
enable_trash: false, // Disable trash feature temporarily
enable_trash: true, // Enable trash feature
}
}
}