We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d672db commit d251406Copy full SHA for d251406
Copilot for Xcode/DebugView.swift
@@ -20,15 +20,17 @@ struct DebugSettingsView: View {
20
Toggle(isOn: $settings.disableLazyVStack) {
21
Text("Disable LazyVStack")
22
}
23
+ .toggleStyle(.switch)
24
Toggle(isOn: $settings.preCacheOnFileOpen) {
25
Text("Cache editor information on file open")
26
27
28
Toggle(isOn: $settings.useCustomScrollViewWorkaround) {
29
Text("Use custom scroll view workaround for smooth scrolling")
30
31
32
33
- .toggleStyle(.switch)
34
.buttonStyle(.copilot)
35
36
0 commit comments