More NotificationHistory fixes

This commit is contained in:
Ly-sec 2025-08-15 23:46:47 +02:00
parent 1c936c1e07
commit 23749b3696

View file

@ -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)