Cache out of view thumbnails in the background
This commit is contained in:
@ -126,7 +126,7 @@ bool cg_reload_image(arg_t a)
|
||||
load_image(fileidx);
|
||||
} else {
|
||||
win_set_cursor(&win, CURSOR_WATCH);
|
||||
if (!tns_load(&tns, fileidx, true)) {
|
||||
if (!tns_load(&tns, fileidx, true, false)) {
|
||||
remove_file(fileidx, false);
|
||||
tns.dirty = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user