mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
Previously, when proxy was started, the enabled flag was set to true and persisted to database. However, stopping the proxy didn't reset this flag, causing the proxy to auto-start on every subsequent app launch. Now the enabled flag is set to false when proxy stops, ensuring the proxy remains off after restart unless explicitly started by the user.