[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

@ -138,6 +138,12 @@ Item {
checkable: true
checked: true && !viewer2D.usePanoramaViewer
}
Action {
id: enable8bitViewerAction
text: "Enable 8-bit Viewer"
checkable: true
checked: true
}
}
}
}