Commit 260e8e39 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/MainWindow): hide content when window is not collapsed

parent f6210291
...@@ -231,6 +231,8 @@ ApplicationWindow { ...@@ -231,6 +231,8 @@ ApplicationWindow {
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: true Layout.fillWidth: true
visible: collapse.collapsed ? 1.0 : 0
source: 'Home.qml' source: 'Home.qml'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment