fix(ui/views/App/Settings/SettingsWindow): use close instead of hide on window when confirm button is pressed

This commit is contained in:
Ronan Abhamon 2017-04-25 14:56:24 +02:00
parent fb9c11df31
commit adb561d7ac

View file

@ -119,7 +119,7 @@ ApplicationWindow {
text: qsTr('validButton')
onClicked: window.hide()
onClicked: window.close()
}
}
}