diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index d5afdef76a..6bfe020fa0 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -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") } }