Skip to content

Commit d251406

Browse files
committed
Update style
1 parent 0d672db commit d251406

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Copilot for Xcode/DebugView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ struct DebugSettingsView: View {
2020
Toggle(isOn: $settings.disableLazyVStack) {
2121
Text("Disable LazyVStack")
2222
}
23+
.toggleStyle(.switch)
2324
Toggle(isOn: $settings.preCacheOnFileOpen) {
2425
Text("Cache editor information on file open")
2526
}
27+
.toggleStyle(.switch)
2628
Toggle(isOn: $settings.useCustomScrollViewWorkaround) {
2729
Text("Use custom scroll view workaround for smooth scrolling")
2830
}
31+
.toggleStyle(.switch)
2932
}
3033
}
31-
.toggleStyle(.switch)
3234
.buttonStyle(.copilot)
3335
}
3436
}

0 commit comments

Comments
 (0)