Test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Services.Notifications
|
||||
import Quickshell.Widgets
|
||||
import "../../config"
|
||||
|
||||
Rectangle {
|
||||
@@ -78,13 +77,14 @@ Rectangle {
|
||||
height: 28
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
IconImage {
|
||||
Image {
|
||||
id: notifIcon
|
||||
anchors.fill: parent
|
||||
icon: notification.appIcon
|
||||
source: notification.appIcon ? "file://" + notification.appIcon : ""
|
||||
sourceSize.width: 28
|
||||
sourceSize.height: 28
|
||||
visible: notification.appIcon !== ""
|
||||
asynchronous: true
|
||||
visible: status === Image.Ready
|
||||
}
|
||||
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user