mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
notif popup dismiss animation fix
This commit is contained in:
@@ -78,8 +78,8 @@ Item {
|
||||
notificationBackground.anchors.left = undefined
|
||||
notificationBackground.anchors.right = undefined
|
||||
notificationBackground.anchors.fill = undefined
|
||||
notificationRowWrapper.x = width
|
||||
notificationBackground.x = width
|
||||
notificationRowWrapper.x = width + 5 * 2 // Account for shadow
|
||||
notificationBackground.x = width + 5 * 2 // Account for shadow
|
||||
destroyTimer1.start()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user