Integrated the SettingsView view into the Settings screen inside the body of the PiperApp app in the app target.

This commit is contained in:
Javier Cicchelli 2024-10-13 20:45:02 +02:00
parent 90e2fb11d2
commit 0d79026743

View File

@ -35,6 +35,10 @@ struct PiperApp: App {
Image(systemName: "circle.fill") Image(systemName: "circle.fill")
} }
.menuBarExtraStyle(.window) .menuBarExtraStyle(.window)
Settings {
SettingsView()
}
} }
} }