mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix some leftover menus from #1319
This commit is contained in:
parent
0c3d46795b
commit
fa3ea18dcd
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue