diff --git a/.includes/dialog-interface.sh b/.includes/dialog-interface.sh index 322e3b9..5721428 100644 --- a/.includes/dialog-interface.sh +++ b/.includes/dialog-interface.sh @@ -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" \