Improved accessibility of some yad dialogues.

This commit is contained in:
Storm Dragon
2025-08-06 14:32:41 -04:00
parent 59d3d288da
commit 17e7cac021

View File

@ -122,11 +122,11 @@ ui_msgbox() {
local text="$3" local text="$3"
if [[ "$dialog_type" == "yad" ]]; then if [[ "$dialog_type" == "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 "$back_title" \ dialog --backtitle "$back_title" \