mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 23:04:04 +02:00
Update Login menu item on startup after creation
This commit is contained in:
parent
0509270bc6
commit
decd240f60
1 changed files with 3 additions and 0 deletions
|
@ -1806,6 +1806,9 @@ void Application::initDisplay() {
|
|||
}
|
||||
|
||||
void Application::init() {
|
||||
// Make sure Login state is up to date
|
||||
DependencyManager::get<DialogsManager>()->toggleLoginDialog();
|
||||
|
||||
_environment.init();
|
||||
|
||||
DependencyManager::get<DeferredLightingEffect>()->init(this);
|
||||
|
|
Loading…
Reference in a new issue