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/applauncher

View file

@ -152,5 +152,5 @@ export default () => PopupWindow({
name: 'applauncher',
transition: 'slide top',
keymode: 'on-demand',
content: Applauncher(),
child: Applauncher(),
});