From 23749b3696a0e5deaa5a85c427285e206e56cd83 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 15 Aug 2025 23:46:47 +0200 Subject: [PATCH] More NotificationHistory fixes --- Modules/Notification/NotificationHistoryPanel.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Notification/NotificationHistoryPanel.qml b/Modules/Notification/NotificationHistoryPanel.qml index 33be9be..146b1a7 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -209,7 +209,6 @@ NLoader { icon: "delete" sizeMultiplier: 0.7 tooltipText: "Delete notification" - color: notificationMouseArea.containsMouse ? Colors.mSurface : Colors.mOnSurfaceVariant onClicked: { console.log("[NotificationHistory] Removing notification:", summary) NotificationService.historyModel.remove(index)