From a467c48a469ba886b563a70285901750e94d6154 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Wed, 8 May 2024 01:26:44 +0300 Subject: [PATCH] fix: show connected only if permission allowed for macos --- desktop/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/App.tsx b/desktop/src/App.tsx index 3457ecf..be77e64 100644 --- a/desktop/src/App.tsx +++ b/desktop/src/App.tsx @@ -64,7 +64,7 @@ function App() { navigator.clipboard.writeText(url); } - if (status === "CONNECTED") { + if (status === "CONNECTED" && isAllowed) { return (
CONNECTED