GODT-1899: status window menu now closes when window is dismissed.

This commit is contained in:
Xavier Michelon
2022-09-23 13:23:44 +02:00
parent e9ebee180e
commit 7a3354f654

View File

@ -47,6 +47,8 @@ Window {
if (visible) { // GODT-1479 restore the hover-able status that may have been disabled when clicking on the 'Open Bridge' button.
openBridgeButton.hoverEnabled = true
openBridgeButton.focus = false
} else {
menu.close()
}
}