Comment
This commit is contained in:
parent
8cc85edea8
commit
f30d7e82b1
|
@ -308,7 +308,7 @@ function show_domains {
|
||||||
height=$(tput lines)
|
height=$(tput lines)
|
||||||
|
|
||||||
# shellcheck disable=SC2068
|
# 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 {
|
function show_domains_old {
|
||||||
|
|
Loading…
Reference in New Issue