Fix missing thumbnails in condensed list view
This commit is contained in:
parent
5dff3418ad
commit
1d879628f3
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue