mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix(accessibility): improve one accessibility title
this is indeed not the desktop main window but the content area of the cleint main window Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
f5c913ca13
commit
9d4209f52c
@ -233,7 +233,7 @@ ApplicationWindow {
|
||||
color: Style.colorWithoutTransparency(palette.base)
|
||||
|
||||
Accessible.role: Accessible.Grouping
|
||||
Accessible.name: qsTr("Desktop main window")
|
||||
Accessible.name: qsTr("Main content")
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user