mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
Fix popup menu settings init thing
This commit is contained in:
parent
7e064d5e9e
commit
14b2d7b87a
1 changed files with 2 additions and 1 deletions
|
@ -292,6 +292,7 @@ exports = {
|
||||||
}
|
}
|
||||||
|
|
||||||
$api.events.hook("USER_SETTINGS_MODAL_SET_SECTION", renderSettings);
|
$api.events.hook("USER_SETTINGS_MODAL_SET_SECTION", renderSettings);
|
||||||
|
$api.events.hook("USER_SETTINGS_MODAL_INIT",e=>setTimeout(_=>renderSettings(e),200));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue