mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
fix(ui/views/App/Settings/SettingsWindow): use close instead of hide on window when confirm button is pressed
This commit is contained in:
parent
fb9c11df31
commit
adb561d7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ ApplicationWindow {
|
|||
|
||||
text: qsTr('validButton')
|
||||
|
||||
onClicked: window.hide()
|
||||
onClicked: window.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue