feat: update default freedesktop icon hws

This commit is contained in:
2026-09-22 16:18:02 +08:00
parent 5f29115d9e
commit 25daed583c
+1 -1
View File
@@ -40,5 +40,5 @@ class MacCategory(enum.StrEnum):
"""Icons for file extensions""" """Icons for file extensions"""
DEFAULT_FD_THUMBNAIL_HWS: tuple[int, ...] = (16, 32, 48, 64, 128, 256) DEFAULT_FD_THUMBNAIL_HWS: tuple[int, ...] = (16, 32, 48, 64, 128, 256, 512)
"""The default collection of sizes for generating FreeDesktop icons.""" """The default collection of sizes for generating FreeDesktop icons."""