From c0e1ab83033dbeb8ce1789e8fc8251ecef1b2c26 Mon Sep 17 00:00:00 2001 From: Bryce Zuccaro Date: Fri, 14 Aug 2026 10:51:02 -0600 Subject: [PATCH] fix: show NO MODEL placeholder instead of OFFLINE when unconfigured --- src/actions/inflight-monitor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/inflight-monitor.ts b/src/actions/inflight-monitor.ts index c39eb70..aaea232 100644 --- a/src/actions/inflight-monitor.ts +++ b/src/actions/inflight-monitor.ts @@ -56,7 +56,7 @@ export class InflightMonitor extends SingletonAction { const modelId = this.settings.modelId ?? ""; const state = runtime.tracker.state(modelId); const count = runtime.tracker.count(modelId); - const offline = runtime.offline || modelId.length === 0; + const offline = runtime.offline && modelId.length > 0; void action.setImage( svgDataUrl( renderInflight({