mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Merge pull request #10933 from zfox23/spectatorCamera_forceMonoPreview
Force Mono Preview when using Spectator Camera
This commit is contained in:
commit
78d12f27ed
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@
|
|||
sendToQml({ method: 'updateMonitorShowsSwitch', params: monitorShowsCameraView });
|
||||
sendToQml({ method: 'updateControllerMappingCheckbox', setting: switchViewFromController, controller: controllerType });
|
||||
Menu.setIsOptionChecked("Disable Preview", false);
|
||||
Menu.setIsOptionChecked("Mono Preview", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue