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:
@@ -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" \
|
||||
|
Reference in New Issue
Block a user