Fixed that cashed images are kept even when original does not exist anymore
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user