dialog --title$"Sign a PGP/GPG key or website domain"\
...
...
@@ -899,12 +833,11 @@ function menu_top_level {
4 $"Run an App"
5 $"Browse the Web"
6 $"My Encryption Keys"
7 $"Set an outgoing email proxy"
8 $"Administrator controls"
9 $"Exit to the command line")
7 $"Administrator controls"
8 $"Exit to the command line")
# shellcheck disable=SC2068
selection=$(dialog --backtitle$"Freedombone User Control Panel"--title$"User Control Panel"--menu$"Choose an operation, or ESC to log out:" 20 60 13"${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle$"Freedombone User Control Panel"--title$"User Control Panel"--menu$"Choose an operation, or ESC to log out:" 20 60 12"${W[@]}" 3>&2 2>&1 1>&3)