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"
|
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" \
|
||||||
|
Reference in New Issue
Block a user