Skip to content

Commit 995b476

Browse files
committed
Fix Claude debug cache invalidation after settings changes
1 parent 0c362ff commit 995b476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CodexBar/UsageStore.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ extension UsageStore {
5757
Task { @MainActor [weak self] in
5858
guard let self else { return }
5959
self.observeSettingsChanges()
60-
guard self.startupBehavior.automaticallyStartsBackgroundWork else { return }
6160
self.probeLogs = [:]
6261
guard self.startupBehavior.automaticallyStartsBackgroundWork else { return }
6362
self.startTimer()

0 commit comments

Comments
 (0)