mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:57:00 +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() {
|
void Application::init() {
|
||||||
|
// Make sure Login state is up to date
|
||||||
|
DependencyManager::get<DialogsManager>()->toggleLoginDialog();
|
||||||
|
|
||||||
_environment.init();
|
_environment.init();
|
||||||
|
|
||||||
DependencyManager::get<DeferredLightingEffect>()->init(this);
|
DependencyManager::get<DeferredLightingEffect>()->init(this);
|
||||||
|
|
Loading…
Reference in a new issue