Integrated the SettingsView view into the Settings screen inside the body of the PiperApp app in the app target.
This commit is contained in:
parent
90e2fb11d2
commit
0d79026743
@ -35,6 +35,10 @@ struct PiperApp: App {
|
||||
Image(systemName: "circle.fill")
|
||||
}
|
||||
.menuBarExtraStyle(.window)
|
||||
|
||||
Settings {
|
||||
SettingsView()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user