Force Mono Preview when using Spectator Camera

This commit is contained in:
Zach Fox 2017-07-10 13:27:45 -07:00
parent 4843b91f47
commit 303a3d1e4c

View file

@ -370,6 +370,7 @@
sendToQml({ method: 'updateMonitorShowsSwitch', params: monitorShowsCameraView });
sendToQml({ method: 'updateControllerMappingCheckbox', setting: switchViewFromController, controller: controllerType });
Menu.setIsOptionChecked("Disable Preview", false);
Menu.setIsOptionChecked("Mono Preview", true);
}
}