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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user