mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-04 04:28:30 -04:00
fix(Notifications): update flexible image caching in DankCircularImage
- Fixes #2480
This commit is contained in:
@@ -113,6 +113,7 @@ Rectangle {
|
||||
|
||||
DankCircularImage {
|
||||
id: iconContainer
|
||||
cacheImages: false
|
||||
readonly property string rawImage: historyItem.image || ""
|
||||
readonly property string iconFromImage: {
|
||||
if (rawImage.startsWith("image://icon/"))
|
||||
|
||||
Reference in New Issue
Block a user