Properly use new line characters so new lines show up instead of \n
This commit is contained in:
@ -122,7 +122,7 @@ ui_msgbox() {
|
||||
local text="$3"
|
||||
|
||||
if [[ "$dialog_type" == "yad" ]]; then
|
||||
echo "$text" | yad --text-info \
|
||||
echo -e "$text" | yad --text-info \
|
||||
--title="$title" \
|
||||
--show-cursor \
|
||||
--button="OK:0" \
|
||||
|
Reference in New Issue
Block a user