Compare commits

..

1 Commits

Author SHA1 Message Date
8c7ecc1b14 fixed some notification stuff lol 2026-06-27 18:09:24 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ Container {
if (latestNotification != null && Hyprland.focusedMonitor == monitor) {
if (root.latestNotification.lastGeneration == false) {
root.state = "notified";
notificationViewTimer.start();
notificationViewTimer.restart();
}
}
}

View File

@@ -34,9 +34,11 @@ Item {
StyledText {
elide: Text.ElideRight
horizontalAlignment: Text.AlignHCenter
maximumLineCount: 2
text: root.body
verticalAlignment: Text.AlignVCenter
width: root.width - 20
width: root.width - 20
wrapMode: Text.WordWrap
font {
pointSize: 10