We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66c200 commit c549a23Copy full SHA for c549a23
1 file changed
platforms/macos/Sources/AppState.swift
@@ -14,6 +14,9 @@ extension Defaults.Keys {
14
static let refreshInterval = Key<Int>("refreshInterval", default: 5)
15
static let cloudflaredProtocol = Key<CloudflaredProtocol>("cloudflaredProtocol", default: .http2)
16
17
+ // Process type overrides (processName → ProcessType.rawValue)
18
+ static let processTypeOverrides = Key<[String: String]>("processTypeOverrides", default: [:])
19
+
20
// Port labels (port number string → custom name)
21
static let portLabels = Key<[String: String]>("portLabels", default: [:])
22
0 commit comments