From 5787b782bc61a39c6db90bbc46d762f514f75358 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 9 Jan 2025 11:17:21 -0800 Subject: [PATCH] disable publish your own pipe if screenpipe not running --- screenpipe-app-tauri/components/pipe-store.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/screenpipe-app-tauri/components/pipe-store.tsx b/screenpipe-app-tauri/components/pipe-store.tsx index 3fd8c197d..2ef017d37 100644 --- a/screenpipe-app-tauri/components/pipe-store.tsx +++ b/screenpipe-app-tauri/components/pipe-store.tsx @@ -1579,16 +1579,21 @@ const PipeStore: React.FC = () => {
setNewRepoUrl(e.target.value)} autoCorrect="off" autoComplete="off" + disabled={health?.status === "error"} />