Fix QML Warning: ReferenceError: PopupMenu is not defined.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2021-06-08 21:04:53 +02:00 committed by Matthieu Gallien (Rebase PR Action)
parent f3c17c747a
commit 449fda16e1

View File

@ -404,7 +404,7 @@ Window {
source: "qrc:///client/theme/white/caret-down.svg"
sourceSize.width: Style.accountDropDownCaretSize
sourceSize.height: Style.accountDropDownCaretSize
Accessible.role: PopupMenu
Accessible.role: Accessible.PopupMenu
Accessible.name: qsTr("Account switcher and settings menu")
}
}