Fixed inaccessible dialogues in yad for messages. All messages should now be readable with screen readers, not just the buttons.

This commit is contained in:
Storm Dragon
2025-08-05 01:49:21 -04:00
parent 5adce756a1
commit 7ab2cdeb60

View File

@@ -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" \