From 4f7d4d82e66683971781434626150308923300d9 Mon Sep 17 00:00:00 2001 From: CLHatch Date: Sun, 8 Sep 2024 15:49:31 -0500 Subject: [PATCH] fix: Remove depreciated VPN variables settings option from config --- .scripts/menu_config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.scripts/menu_config.sh b/.scripts/menu_config.sh index c7f3a5b2c4..54206fc950 100644 --- a/.scripts/menu_config.sh +++ b/.scripts/menu_config.sh @@ -7,7 +7,6 @@ menu_config() { CONFIGOPTS+=("Full Setup " "This goes through all menus below. Recommended for first run") CONFIGOPTS+=("Select Apps " "Select which apps to run. Previously enabled apps are remembered") CONFIGOPTS+=("Set App Variables " "Review and adjust variables for enabled apps") - CONFIGOPTS+=("Set VPN Variables " "Review and adjust VPN specific variables") CONFIGOPTS+=("Set Global Variables " "Review and adjust global variables") local CONFIGCHOICE