From 9050405b4f33b2b9b70458fcf3e43b80c940eef7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 00:55:42 -0500 Subject: add shortcuts widgets and power-user workflows --- Hutch/App/AppState.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hutch/App/AppState.swift') diff --git a/Hutch/App/AppState.swift b/Hutch/App/AppState.swift index c2e2744..35ac77f 100644 --- a/Hutch/App/AppState.swift +++ b/Hutch/App/AppState.swift @@ -203,6 +203,7 @@ final class AppState { await clearWebData() clearWebContentRenderCaches() NeedsAttentionSnapshotStore.clear() + SystemStatusWidgetSnapshotStore.clear() authPhase = .unauthenticated selectedTab = .home } @@ -218,6 +219,7 @@ final class AppState { await clearWebData() clearWebContentRenderCaches() NeedsAttentionSnapshotStore.clear() + SystemStatusWidgetSnapshotStore.clear() authPhase = .unauthenticated selectedTab = .home -- cgit v1.2.3