mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix QML Warning: ReferenceError: PopupMenu is not defined.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
f3c17c747a
commit
449fda16e1
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user