Improved accessibility of some yad dialogues.
This commit is contained in:
@ -122,11 +122,11 @@ ui_msgbox() {
|
||||
local text="$3"
|
||||
|
||||
if [[ "$dialog_type" == "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 "$back_title" \
|
||||
|
Reference in New Issue
Block a user