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

View file

@ -74,5 +74,5 @@ export default () => PopupWindow({
exclusivity: 'ignore',
close_on_unfocus: 'stay',
transition: 'slide bottom',
content: OSDs(),
child: OSDs(),
});