mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 13:48:08 +00:00
feat(ui/views/App/Main/MainWindow): disable collapse on linux
This commit is contained in:
parent
bcf8b85135
commit
e78df3a161
1 changed files with 1 additions and 3 deletions
|
|
@ -142,6 +142,7 @@ Controls1.ApplicationWindow {
|
|||
Layout.fillHeight: parent.height
|
||||
target: window
|
||||
targetHeight: MainWindowStyle.minimumHeight
|
||||
visible: Qt.platform.os !== 'linux'
|
||||
}
|
||||
|
||||
AccountStatus {
|
||||
|
|
@ -202,9 +203,6 @@ Controls1.ApplicationWindow {
|
|||
})
|
||||
|
||||
onLaunchVideoCall: CallsListModel.launchVideoCall(sipAddress)
|
||||
|
||||
// Specific linux action..
|
||||
onMenuRequested: Qt.platform.os === 'linux' && collapse.setCollapsed(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue