Fixed that cashed images are kept even when original does not exist anymore

This commit is contained in:
Hannes
2026-02-26 00:12:32 +01:00
parent bcaaad1b7c
commit 08c920c905
2 changed files with 39 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ Row { // Workspace Row
Component.onCompleted: {
// Default to the original icon
let src = modelData.icon;
// console.log("########## icon: " + modelData.icon)
// Check if there is a "?" in the URL (custom path)
if (src.includes('goxlr')) {