[ui] check box in 2D viewer header bar to enable/disable 8bit viewer

This commit is contained in:
mugulmd 2023-01-03 05:29:54 -08:00
parent 77dd3da040
commit c21bbd307c
2 changed files with 7 additions and 1 deletions

View file

@ -26,7 +26,7 @@ FocusScope {
property var activeNodeFisheye: _reconstruction ? _reconstruction.activeNodes.get("PanoramaInit").node : null
property bool cropFisheye : activeNodeFisheye ? activeNodeFisheye.attribute("useFisheye").value : false
property bool enable8bitViewer: MeshroomApp.default8bitViewerEnabled
property bool enable8bitViewer: enable8bitViewerAction.checked
QtObject {
id: m