Merge pull request #5 from Cynosphere/patch-1

Fix popup menu settings init thing
This commit is contained in:
dr1ft 2018-05-15 19:26:56 -04:00 committed by GitHub
commit cc3349e283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,6 +292,7 @@ exports = {
}
$api.events.hook("USER_SETTINGS_MODAL_SET_SECTION", renderSettings);
$api.events.hook("USER_SETTINGS_MODAL_INIT",e=>setTimeout(_=>renderSettings(e),200));
}
}
}