mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 01:26:19 +00:00
fix(ui/views/App/Main/MainWindow): hide content when window is not collapsed
This commit is contained in:
parent
f6210291a1
commit
260e8e39d0
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ ApplicationWindow {
|
|||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
visible: collapse.collapsed ? 1.0 : 0
|
||||
|
||||
source: 'Home.qml'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue