forked from Shinonome/dots-hyprland
notif popup dismiss animation fix
This commit is contained in:
@@ -78,8 +78,8 @@ Item {
|
|||||||
notificationBackground.anchors.left = undefined
|
notificationBackground.anchors.left = undefined
|
||||||
notificationBackground.anchors.right = undefined
|
notificationBackground.anchors.right = undefined
|
||||||
notificationBackground.anchors.fill = undefined
|
notificationBackground.anchors.fill = undefined
|
||||||
notificationRowWrapper.x = width
|
notificationRowWrapper.x = width + 5 * 2 // Account for shadow
|
||||||
notificationBackground.x = width
|
notificationBackground.x = width + 5 * 2 // Account for shadow
|
||||||
destroyTimer1.start()
|
destroyTimer1.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user