From d7c2d5929bebb95057c8e7d28d823d76c3cd23c6 Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Tue, 7 May 2024 21:47:22 -0300 Subject: [PATCH] properties-window: Set "accessible-role=presentation" in the disk usage circles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The disk usage indicators/circles from "volume_usage_row" are actual characters (●). However, Orca also reads these indicators, something that is unnecessary, which also can be confusing. --- src/resources/ui/nautilus-properties-window.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui index 230e8e8c9f..ac9e6b3bad 100644 --- a/src/resources/ui/nautilus-properties-window.ui +++ b/src/resources/ui/nautilus-properties-window.ui @@ -267,6 +267,7 @@ + presentation @@ -297,6 +298,7 @@ + presentation -- GitLab