This commit is contained in:
Bob Mottram 2018-03-18 14:35:33 +00:00
parent 8cc85edea8
commit f30d7e82b1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {