mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Fix MS14925: Don't double-call signal for display plugin change
This commit is contained in:
parent
082c1fce52
commit
6869718025
1 changed files with 0 additions and 1 deletions
|
@ -8041,7 +8041,6 @@ void Application::switchDisplayMode() {
|
|||
setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME);
|
||||
startHMDStandBySession();
|
||||
}
|
||||
emit activeDisplayPluginChanged();
|
||||
}
|
||||
_previousHMDWornStatus = currentHMDWornStatus;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue