From f30d7e82b11dea3459680d30b0b0b92d2b92756f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 18 Mar 2018 14:35:33 +0000 Subject: [PATCH] Comment --- src/freedombone-controlpanel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 720f7dc9..65d369d6 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -308,7 +308,7 @@ function show_domains { height=$(tput lines) # shellcheck disable=SC2068 - dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"" $((height-5)) $((width-5)) $((height-5)) "${W[@]}" 3>&2 2>&1 1>&3 + dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"Use Shift+cursors to select and copy onion addresses" $((height-4)) $((width-4)) $((height-4)) "${W[@]}" 3>&2 2>&1 1>&3 } function show_domains_old {