|
@@ -308,7 +308,7 @@ function show_domains {
|
308
|
308
|
height=$(tput lines)
|
309
|
309
|
|
310
|
310
|
# shellcheck disable=SC2068
|
311
|
|
- dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"" $((height-5)) $((width-5)) $((height-5)) "${W[@]}" 3>&2 2>&1 1>&3
|
|
311
|
+ 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
|
312
|
312
|
}
|
313
|
313
|
|
314
|
314
|
function show_domains_old {
|