Desktop file encoding issue (#5490)

This commit is contained in:
Cameron 2025-12-19 20:18:37 +00:00 committed by Aiden Cline
parent f17e4fbaf0
commit b95be947c6

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",