From 13dfc677dc4d8cc84215d14b3832e736ff23c7be Mon Sep 17 00:00:00 2001 From: rui hildt Date: Fri, 19 Apr 2024 14:57:32 +0200 Subject: [PATCH] Change the proxy DNS from a switch to a checkbox --- src/components/Proxy/ProxyGlobal.vue | 18 +++++++----------- src/components/Proxy/ProxyHost.vue | 18 +++++++----------- src/popup/App.vue | 6 ++++++ 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/src/components/Proxy/ProxyGlobal.vue b/src/components/Proxy/ProxyGlobal.vue index 9287aadd..77f43b9b 100644 --- a/src/components/Proxy/ProxyGlobal.vue +++ b/src/components/Proxy/ProxyGlobal.vue @@ -1,5 +1,5 @@