From bfd2405857328060dea874cc0c86471a508dff57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Wed, 8 Apr 2026 23:29:30 +0800 Subject: [PATCH] fix: disable run-now button for disabled scheduled tasks Co-Authored-By: Claude Opus 4.6 (1M context) --- desktop/src/components/tasks/TaskRow.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/src/components/tasks/TaskRow.tsx b/desktop/src/components/tasks/TaskRow.tsx index 6874dfdc..06fef9d6 100644 --- a/desktop/src/components/tasks/TaskRow.tsx +++ b/desktop/src/components/tasks/TaskRow.tsx @@ -100,10 +100,10 @@ export function TaskRow({ task, showLogs, onToggleLogs }: Props) { {/* Run Now */}