From 7ab2cdeb602edb5a29f834a4e82ffc6f96c7adab Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 5 Aug 2025 01:49:21 -0400 Subject: [PATCH] Fixed inaccessible dialogues in yad for messages. All messages should now be readable with screen readers, not just the buttons. --- .includes/dialog-interface.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.includes/dialog-interface.sh b/.includes/dialog-interface.sh index 322e3b9..5721428 100644 --- a/.includes/dialog-interface.sh +++ b/.includes/dialog-interface.sh @@ -165,11 +165,11 @@ agm_msgbox() { local text="$3" if [[ "$dialogType" == "yad" ]]; then - yad --info \ + yad --form \ --title="$title" \ - --text="$text" \ + --field="$text:LBL" \ --selectable-labels \ - --show-cursor \ + --button="OK:0" \ --width=400 else dialog --backtitle "$backTitle" \