ui: move Clawdis active toggle to top
This commit is contained in:
@@ -14,8 +14,6 @@ struct GeneralSettings: View {
|
||||
var body: some View {
|
||||
ScrollView(.vertical) {
|
||||
VStack(alignment: .leading, spacing: 18) {
|
||||
self.connectionSection
|
||||
|
||||
if !self.state.onboardingSeen {
|
||||
Text("Complete onboarding to finish setup")
|
||||
.font(.callout.weight(.semibold))
|
||||
@@ -29,6 +27,8 @@ var body: some View {
|
||||
subtitle: "Pause to stop Clawdis background helpers and notifications.",
|
||||
binding: self.activeBinding)
|
||||
|
||||
self.connectionSection
|
||||
|
||||
SettingsToggleRow(
|
||||
title: "Launch at login",
|
||||
subtitle: "Automatically start Clawdis after you sign in.",
|
||||
|
||||
Reference in New Issue
Block a user