Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove depreciated VPN variables settings option from config #1784

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .scripts/menu_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down