Skip to content

Commit c549a23

Browse files
fix: restore processTypeOverrides key after rebase conflict
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e66c200 commit c549a23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

platforms/macos/Sources/AppState.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ extension Defaults.Keys {
1414
static let refreshInterval = Key<Int>("refreshInterval", default: 5)
1515
static let cloudflaredProtocol = Key<CloudflaredProtocol>("cloudflaredProtocol", default: .http2)
1616

17+
// Process type overrides (processName → ProcessType.rawValue)
18+
static let processTypeOverrides = Key<[String: String]>("processTypeOverrides", default: [:])
19+
1720
// Port labels (port number string → custom name)
1821
static let portLabels = Key<[String: String]>("portLabels", default: [:])
1922

0 commit comments

Comments
 (0)