Skip to content

Commit

Permalink
remove unusable image formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Lythium4848 committed Aug 18, 2023
1 parent 7e6b909 commit c9b272a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/pixelui/core/cl_images.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ file.CreateDir(PIXEL.DownloadPath)
local contentTypes = {
["image/png"] = ".png",
["image/jpeg"] = ".jpg",
["image/gif"] = ".gif",
["image/webp"] = ".webp",
["image/svg+xml"] = ".svg",
["image/x-icon"] = ".ico"
}

local function endsWithExtension(str)
Expand Down

0 comments on commit c9b272a

Please sign in to comment.