From 8c5ed68d593c282d5cfbee10971e79bf907f9dcd Mon Sep 17 00:00:00 2001 From: rui hildt Date: Tue, 6 Feb 2024 11:37:00 +0100 Subject: [PATCH] Add proxy information when host proxy is set for current tab --- src/components/ProxyStatus/ProxyGlobal.vue | 2 +- src/components/ProxyStatus/ProxyHost.vue | 28 ++++------------------ src/composables/useSocksProxy.ts | 8 +++++-- src/popup/views/Home.vue | 24 ++++++++++++++----- src/popup/views/Proxy.vue | 22 +---------------- 5 files changed, 31 insertions(+), 53 deletions(-) diff --git a/src/components/ProxyStatus/ProxyGlobal.vue b/src/components/ProxyStatus/ProxyGlobal.vue index 8f2a02c5..33ef66bc 100644 --- a/src/components/ProxyStatus/ProxyGlobal.vue +++ b/src/components/ProxyStatus/ProxyGlobal.vue @@ -23,7 +23,7 @@ const handleSetGlobalProxy = () => {