"transparent" => Color.transparent

This commit is contained in:
quadbyte 2025-08-17 05:54:55 -04:00
parent 8e239ad55d
commit dbdfbdc746
28 changed files with 57 additions and 57 deletions

View file

@ -25,7 +25,7 @@ Variants {
// Track notifications being removed for animation
property var removingNotifications: ({})
color: "transparent"
color: Color.transparent
// If no notification display activated in settings, then show them all
visible: modelData ? (Settings.data.notifications.monitors.includes(modelData.name)