1
0
Fork 0

Remote-canvas: hide the whole UI on click

This commit is contained in:
James Turner 2018-06-24 21:33:07 +01:00
parent be3e927d4e
commit b2e8097b22

View file

@ -46,6 +46,8 @@ Rectangle {
anchors.fill: parent
tabs: [browsePanel, configPanel, snapshotsPanel]
titles: ["Connect", "Load / Save", "Snapshots"]
visible: __uiVisible
opacity: __uiOpacity
}
Component {