We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac655c commit 5581498Copy full SHA for 5581498
1 file changed
scripts/menu.config.sh
@@ -13,11 +13,11 @@ OPTIONS=()
13
BACKTITLE="JoininBox GUI"
14
15
# Basic Options
16
-OPTIONS+=(\
17
- JMCONF "Edit the joinmarket.cfg manually" \
18
- RESET "Reset the joinmarket.cfg to the defaults"
19
- CONNECT "Connect to a remote bitcoin node on mainnet"\
+OPTIONS+=(
+ JMCONF "Edit the joinmarket.cfg manually"
+ CONNECT "Connect to a remote bitcoin node on mainnet"
20
SIGNET "Switch to signet with a local Bitcoin Core"
+ RESET "Reset the joinmarket.cfg to the defaults"
21
)
22
23
CHOICE=$(dialog --clear \
0 commit comments