mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-21 13:58:29 +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
|
Layout.fillHeight: parent.height
|
||||||
target: window
|
target: window
|
||||||
targetHeight: MainWindowStyle.minimumHeight
|
targetHeight: MainWindowStyle.minimumHeight
|
||||||
|
visible: Qt.platform.os !== 'linux'
|
||||||
}
|
}
|
||||||
|
|
||||||
AccountStatus {
|
AccountStatus {
|
||||||
|
|
@ -202,9 +203,6 @@ Controls1.ApplicationWindow {
|
||||||
})
|
})
|
||||||
|
|
||||||
onLaunchVideoCall: CallsListModel.launchVideoCall(sipAddress)
|
onLaunchVideoCall: CallsListModel.launchVideoCall(sipAddress)
|
||||||
|
|
||||||
// Specific linux action..
|
|
||||||
onMenuRequested: Qt.platform.os === 'linux' && collapse.setCollapsed(true)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue