Commit e78df3a1 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/views/App/Main/MainWindow): disable collapse on linux

parent bcf8b851
......@@ -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)
}
}
}
......
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