Overview: back to simple GPU blur instead of preprocessed to disk.

This commit is contained in:
Lemmy
2026-01-18 09:24:06 -05:00
parent c8f1cbb79e
commit 6250668419
2 changed files with 10 additions and 100 deletions
+2 -2
View File
@@ -123,7 +123,7 @@ Variants {
smooth: true
mipmap: false
visible: false
cache: false
cache: true // Cached so Overview can share the same texture
asynchronous: true
onStatusChanged: {
if (status === Image.Error) {
@@ -141,7 +141,7 @@ Variants {
smooth: true
mipmap: false
visible: false
cache: false
cache: false // Not cached - temporary during transitions
asynchronous: true
onStatusChanged: {
if (status === Image.Error) {