Fix wrong file thumbnails icon

This commit is contained in:
kobewi 2025-12-04 17:02:24 +01:00
parent 78d91947f6
commit 31f6413717

View file

@ -998,7 +998,7 @@ void FileDialog::update_file_list() {
thumbnail = vicon;
}
if (thumbnail.is_null()) {
thumbnail = theme_cache.file;
thumbnail = theme_cache.file_thumbnail;
}
file_list->set_item_icon(-1, thumbnail);
if (icon.is_valid()) {