chore: add license

This commit is contained in:
matt1432 2024-01-18 11:01:09 -05:00
parent e7aa9ea89f
commit f679a04c58
2 changed files with 18 additions and 0 deletions
modules/ags/config/ts/notifications

View file

@ -52,6 +52,8 @@ export default () => Box({
return;
}
console.log(notif.attribute.hovered);
// If notif isn't hovered or was closed, slide away
if (!notif.attribute.hovered || force) {
notif.attribute.slideAway('Left');