mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 19:34:25 +03:00
Disable thumbnail persistence.
This commit is contained in:
parent
827d063c6b
commit
dbed8312c8
@ -285,7 +285,7 @@ void history_add(struct history *history, hlcache_handle *content,
|
||||
if (!bitmap) {
|
||||
bitmap = bitmap_create(WIDTH, HEIGHT,
|
||||
BITMAP_NEW | BITMAP_CLEAR_MEMORY |
|
||||
BITMAP_OPAQUE | BITMAP_PERSISTENT);
|
||||
BITMAP_OPAQUE);
|
||||
if (!bitmap) {
|
||||
warn_user("NoMemory", 0);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user