From 0559c367ef41c2db6607f3374c15bcd22ff52e80 Mon Sep 17 00:00:00 2001 From: Adolan <94890352+Adolanium@users.noreply.github.com> Date: Sat, 26 Sep 2026 09:26:23 -0700 Subject: [PATCH] fix(desktop): offer New cron from the empty scheduled-jobs detail --- apps/desktop/src/app/cron/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/desktop/src/app/cron/index.tsx b/apps/desktop/src/app/cron/index.tsx index 1c3a4c4443..7e0d468f0a 100644 --- a/apps/desktop/src/app/cron/index.tsx +++ b/apps/desktop/src/app/cron/index.tsx @@ -717,6 +717,13 @@ export function CronView({ onClose, onOpenSession, setStatusbarItemGroup: _setSt // No selection and no search — "Try a broader search query" here // just confused people staring at an empty panel with zero jobs. setEditor({ mode: 'create' })} size="sm"> + {c.newCron} + + ) : undefined + } description={c.emptyDescNew} icon="watch" title={jobs.length === 0 ? c.emptyTitleNew : undefined}