fix(ags): update closeWindowDelay
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
9eb1c75f98
commit
6a4ca65974
2 changed files with 1 additions and 4 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -92,10 +92,7 @@ export class PopupWindow<
|
|||
setup: () => {
|
||||
const id = App.connect('config-parsed', () => {
|
||||
// Set close delay dynamically
|
||||
App.closeWindowDelay = {
|
||||
...App.closeWindowDelay,
|
||||
[name]: transition_duration,
|
||||
};
|
||||
App.closeWindowDelay[name] = transition_duration;
|
||||
|
||||
// Add way to make window open on startup
|
||||
if (visible) {
|
||||
|
|
Loading…
Reference in a new issue