Properly use new line characters so new lines show up instead of \n

This commit is contained in:
Storm Dragon
2025-08-06 15:10:40 -04:00
parent 90fd40fb4a
commit df6470e22f

View File

@ -122,7 +122,7 @@ ui_msgbox() {
local text="$3" local text="$3"
if [[ "$dialog_type" == "yad" ]]; then if [[ "$dialog_type" == "yad" ]]; then
echo "$text" | yad --text-info \ echo -e "$text" | yad --text-info \
--title="$title" \ --title="$title" \
--show-cursor \ --show-cursor \
--button="OK:0" \ --button="OK:0" \