Skip to content
Snippets Groups Projects
Unverified Commit fa3ea18d authored by q234rty's avatar q234rty
Browse files

Fix some leftover menus from #1319

parent 0c3d4679
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,14 @@ Page {
property int avatarSize: Math.ceil(fontMetrics.lineSpacing * 1.6)
property bool collapsed: false
// HACK: https://bugreports.qt.io/browse/QTBUG-83972, qtwayland cannot auto hide menu
Connections {
function onHideMenu() {
communityContextMenu.close()
}
target: MainWindow
}
ListView {
id: communitiesList
......
......@@ -29,6 +29,7 @@ Item {
Connections {
function onHideMenu() {
messageContextMenu.close()
replyContextMenu.close()
}
target: MainWindow
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment