Fix missing thumbnails in condensed list view

This commit is contained in:
Jeremy Soller 2024-09-20 09:45:01 -06:00
parent 5dff3418ad
commit 1d879628f3
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -2107,7 +2107,8 @@ impl Tab {
rgba.as_raw().clone(),
);
item.icon_handle_grid = handle.clone();
item.icon_handle_list = handle;
item.icon_handle_list = handle.clone();
item.icon_handle_list_condensed = handle;
}
item.thumbnail_opt = Some(thumbnail);
break;