diff --git a/README.md b/README.md index 0fe321d0..10e813c0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ## Features - On-device debugging/Just-In-Time (JIT) compilation for supported apps via [`idevice`](https://github.com/jkcoxson/idevice). -- Seamless integration with our custom built loopback vpn. +- Seamless integration with our custom-built loopback vpn. - Native UI for managing debugging/JIT-enabling. - No data collection—ensuring full privacy. diff --git a/StikJIT/Views/SettingsView.swift b/StikJIT/Views/SettingsView.swift index 0fde81ac..2ca86cf9 100644 --- a/StikJIT/Views/SettingsView.swift +++ b/StikJIT/Views/SettingsView.swift @@ -302,6 +302,13 @@ struct SettingsView: View { if !newValue { useDefaultScript = false enablePiP = false + enableAdvancedBetaOptions = false + enableTesting = false + } + } + .onChange(of: enableAdvancedBetaOptions) { _, newValue in + if !newValue { + enableTesting = false } } } diff --git a/info.md b/info.md index c6c728a8..29c9d983 100644 --- a/info.md +++ b/info.md @@ -1,6 +1,6 @@ -# Privacy Policy for StikDebug & StikDev -StikDebug & StikDev do not collect, store, or share any personal data. All processing happens entirely on your device. +# Privacy Policy for StikDebug +StikDebug do not collect, store, or share any personal data. All processing happens entirely on your device. -# Support for StikDebug & StikDev +# Support for StikDebug To get support join our [Discord Server](https://discord.gg/mACqxMxP3X)