Commit a8e5d076 authored by Stefan Dunca's avatar Stefan Dunca

Remove hiding the main applicaiton window for windows on close

parent f4e022e7
......@@ -184,9 +184,6 @@ ApplicationWindow {
property bool _forceClose: false
function finishCloseProcess() {
if(ScreenTools.isWindows) {
hide()
}
QGroundControl.linkManager.shutdown()
_forceClose = true
mainWindow.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