1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

No DankIcon in notifications

This commit is contained in:
bbedward
2025-10-08 09:05:33 -04:00
parent 19828d3b06
commit f71dd1ed54
4 changed files with 11 additions and 31 deletions

View File

@@ -23,17 +23,12 @@ Rectangle {
anchors.fill: parent
anchors.margins: 2
asynchronous: true
fillMode: Image.PreserveAspectCrop
fillMode: Image.PreserveAspectFit
smooth: true
mipmap: true
cache: true
visible: false
source: root.imageSource
Component.onCompleted: {
sourceSize.width = 128
sourceSize.height = 128
}
}
MultiEffect {
@@ -49,9 +44,8 @@ Rectangle {
Item {
id: circularMask
width: parent.width - 4
height: parent.height - 4
anchors.centerIn: parent
anchors.fill: parent
anchors.margins: 2
layer.enabled: true
layer.smooth: true
visible: false