Desktop file encoding issue (#5490)

This commit is contained in:
Cameron
2025-12-26 14:34:30 -06:00
committed by Aiden Cline
parent f17e4fbaf0
commit b95be947c6
-2
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",