1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-23 14:20:10 +00:00

Update timing code

This commit is contained in:
hawkeye 2023-08-02 00:03:20 -04:00
parent d169223912
commit ee9155b332

View file

@ -186,8 +186,8 @@ namespace MSFSPopoutPanelManager.Orchestration
// Remember current game's zoom level to be recall after pop out
_prePopOutCockpitZoomLevel = _flightSimData.CockpitCameraZoom;
InputEmulationManager.LoadCustomView(AppSetting.PopOutSetting.AutoPanning.KeyBinding);
Thread.Sleep(1000);
FlightSimOrchestrator.SetCockpitCameraZoomLevel(50);
Thread.Sleep(1000);
StatusMessageWriter.WriteOkStatusMessage();
}
});