Remote-canvas: hide the whole UI on click
This commit is contained in:
parent
be3e927d4e
commit
b2e8097b22
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ Rectangle {
|
|||
anchors.fill: parent
|
||||
tabs: [browsePanel, configPanel, snapshotsPanel]
|
||||
titles: ["Connect", "Load / Save", "Snapshots"]
|
||||
visible: __uiVisible
|
||||
opacity: __uiOpacity
|
||||
}
|
||||
|
||||
Component {
|
||||
|
|
Loading…
Add table
Reference in a new issue