Skip to content

Commit 5581498

Browse files
committed
CONFIG: move the RESET option last
1 parent cac655c commit 5581498

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/menu.config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ OPTIONS=()
1313
BACKTITLE="JoininBox GUI"
1414

1515
# 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"\
16+
OPTIONS+=(
17+
JMCONF "Edit the joinmarket.cfg manually"
18+
CONNECT "Connect to a remote bitcoin node on mainnet"
2019
SIGNET "Switch to signet with a local Bitcoin Core"
20+
RESET "Reset the joinmarket.cfg to the defaults"
2121
)
2222

2323
CHOICE=$(dialog --clear \

0 commit comments

Comments
 (0)