Commit adb561d7 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Settings/SettingsWindow): use `close` instead of `hide` on...

fix(ui/views/App/Settings/SettingsWindow): use `close` instead of `hide` on window when confirm button is pressed
parent fb9c11df
...@@ -119,7 +119,7 @@ ApplicationWindow { ...@@ -119,7 +119,7 @@ ApplicationWindow {
text: qsTr('validButton') text: qsTr('validButton')
onClicked: window.hide() onClicked: window.close()
} }
} }
} }
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