forked from Silverfish/proton-bridge
GODT-1899: status window menu now closes when window is dismissed.
This commit is contained in:
@ -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.
|
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.hoverEnabled = true
|
||||||
openBridgeButton.focus = false
|
openBridgeButton.focus = false
|
||||||
|
} else {
|
||||||
|
menu.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user