mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +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() {
|
||||
// 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