From 69276b00b36278e1eee11ac3addcf7d4a7135347 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 30 Dec 2024 12:31:24 +0500 Subject: [PATCH] Update --- com.github.adhec.Menu11/contents/ui/CompactRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.github.adhec.Menu11/contents/ui/CompactRepresentation.qml b/com.github.adhec.Menu11/contents/ui/CompactRepresentation.qml index dde7131..cc388de 100644 --- a/com.github.adhec.Menu11/contents/ui/CompactRepresentation.qml +++ b/com.github.adhec.Menu11/contents/ui/CompactRepresentation.qml @@ -37,7 +37,7 @@ Item { && Plasmoid.configuration.customButtonImage.length != 0) property QtObject dashWindow: null - // Plasmoid.status: dashWindow && dashWindow.visible ? PlasmaCore.Types.RequiresAttentionStatus : PlasmaCore.Types.PassiveStatus + Plasmoid.status: dashWindow && dashWindow.visible ? PlasmaCore.Types.RequiresAttentionStatus : PlasmaCore.Types.PassiveStatus Kirigami.Icon { id: buttonIcon