We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25775c6 commit b3cb3e5Copy full SHA for b3cb3e5
1 file changed
macos/Sources/UsageKit/SettingsView.swift
@@ -17,13 +17,15 @@ struct SettingsWindowContent: View {
17
claudeEnabled = newValue
18
}
19
))
20
+ .toggleStyle(.checkbox)
21
Toggle("Codex", isOn: Binding(
22
get: { codexEnabled },
23
set: { newValue in
24
if !newValue && !claudeEnabled { return }
25
codexEnabled = newValue
26
27
28
29
30
31
Section("General") {
0 commit comments