mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix access to debug page
Fix log sending Fix side menu dismiss
This commit is contained in:
parent
e8845e271d
commit
30aff646a3
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ Item {
|
|||
mainStackView.push(component)
|
||||
mainItem.contextualMenuOpenedComponent = component
|
||||
}
|
||||
settingsButton.popup.close()
|
||||
settingsMenuButton.popup.close()
|
||||
}
|
||||
|
||||
function closeContextualMenuComponent() {
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ AbstractDetailsLayout {
|
|||
}
|
||||
Connections {
|
||||
target: SettingsCpp
|
||||
function onLogsUploadTerminated() {
|
||||
function onLogsUploadTerminated(status, url) {
|
||||
UtilsCpp.getMainWindow().closeLoadingPopup()
|
||||
if (status) {
|
||||
mainItem.logsUrl = url
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ AbstractMainPage {
|
|||
title: qsTr("Dépannage")
|
||||
onClicked: {
|
||||
rightPanelStackView.clear()
|
||||
rightPanelStackView.push("qrc:/Linphone/view/App/Layout/Settings/DebugSettingsLayout.qml", { titleText: troubleShooting.title })
|
||||
rightPanelStackView.push("qrc:/Linphone/view/App/Layout/Settings/DebugSettingsLayout.qml", { titleText: troubleShooting.title, container: rightPanelStackView })
|
||||
}
|
||||
}
|
||||
Item {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue