fixed some notification stuff lol

This commit is contained in:
2026-06-27 18:09:24 +01:00
parent 82d045d4df
commit 8c7ecc1b14
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();
}
}
}