fix(ui): update thumbnail size to 256x256

This commit is contained in:
uncor3
2026-04-04 19:17:21 +03:00
parent 19b1cc56bd
commit fa1a383600
+1 -1
View File
@@ -70,7 +70,7 @@
#define COLOR_HYPERLINK QColor("#FF7FFFD4")
#endif
#define THUMBNAIL_SIZE QSize(128, 128)
#define THUMBNAIL_SIZE QSize(256, 256)
#define MIN_MAIN_WINDOW_SIZE QSize(900, 600)
inline bool isDarkMode()