Version one on the App Store

This commit is contained in:
2026-04-05 19:44:30 +02:00
parent c780be089d
commit 3ebf1763ed
26 changed files with 2088 additions and 842 deletions
@@ -10,11 +10,13 @@ import SwiftUI
@main
struct Mobile_Music_AssistantApp: App {
@State private var service = MAService()
@State private var themeManager = MAThemeManager()
var body: some Scene {
WindowGroup {
RootView()
.environment(service)
.environment(themeManager)
}
}
}