mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 22:27:25 +02:00
Merge pull request #4430 from Atlante45/update_login_on_launch
Update Login menu item on creation
This commit is contained in:
commit
3279e19b3d
1 changed files with 3 additions and 0 deletions
|
@ -1818,6 +1818,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