refactor(ags): remove blur and unused stuff from popup window class

This commit is contained in:
matt1432 2024-04-10 21:04:19 -04:00
parent d2a2878c11
commit 555d1db3ba
9 changed files with 12 additions and 49 deletions
modules/ags/config/ts/notifications

View file

@ -22,5 +22,5 @@ export const NotifCenter = () => PopupWindow({
transition: 'slide bottom',
monitor: 1,
content: NotifCenterWidget(),
child: NotifCenterWidget(),
});

View file

@ -21,5 +21,5 @@ export const NotifCenter = () => PopupWindow({
anchor: ['top', 'right'],
margins: [TOP_MARGIN, 0, 0, 0],
content: NotifCenterWidget(),
child: NotifCenterWidget(),
});