Desktop file encoding issue (#5490)

pull/5811/head
Cameron 2025-12-19 20:18:37 +00:00 committed by GitHub
parent b19a424c85
commit ba4cc3bf86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ export namespace File {
const tops = ["image", "audio", "video", "font", "model", "multipart"]
if (tops.includes(top)) return true
if (type === "application/octet-stream") return true
const bins = [
"zip",
"gzip",