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"
|
local text="$3"
|
||||||
|
|
||||||
if [[ "$dialogType" == "yad" ]]; then
|
if [[ "$dialogType" == "yad" ]]; then
|
||||||
yad --info \
|
yad --form \
|
||||||
--title="$title" \
|
--title="$title" \
|
||||||
--text="$text" \
|
--field="$text:LBL" \
|
||||||
--selectable-labels \
|
--selectable-labels \
|
||||||
--show-cursor \
|
--button="OK:0" \
|
||||||
--width=400
|
--width=400
|
||||||
else
|
else
|
||||||
dialog --backtitle "$backTitle" \
|
dialog --backtitle "$backTitle" \
|
||||||
|
Reference in New Issue
Block a user