Fix MS14925: Don't double-call signal for display plugin change

This commit is contained in:
Zach Fox 2018-06-06 14:41:33 -07:00
parent 082c1fce52
commit 6869718025

View file

@ -8041,7 +8041,6 @@ void Application::switchDisplayMode() {
setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME); setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME);
startHMDStandBySession(); startHMDStandBySession();
} }
emit activeDisplayPluginChanged();
} }
_previousHMDWornStatus = currentHMDWornStatus; _previousHMDWornStatus = currentHMDWornStatus;
} }