Fix popup menu settings init thing

This commit is contained in:
Cynthia Foxwell 2018-05-15 17:25:35 -06:00 committed by GitHub
parent 7e064d5e9e
commit 14b2d7b87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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));
}
}
}