fix(ags): update closeWindowDelay
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-27 20:59:47 -05:00
parent 9eb1c75f98
commit 6a4ca65974
2 changed files with 1 additions and 4 deletions

Binary file not shown.

View file

@ -92,10 +92,7 @@ export class PopupWindow<
setup: () => { setup: () => {
const id = App.connect('config-parsed', () => { const id = App.connect('config-parsed', () => {
// Set close delay dynamically // Set close delay dynamically
App.closeWindowDelay = { App.closeWindowDelay[name] = transition_duration;
...App.closeWindowDelay,
[name]: transition_duration,
};
// Add way to make window open on startup // Add way to make window open on startup
if (visible) { if (visible) {