Navigation angepasst, Absprung in angetippten song.
This commit is contained in:
@@ -11,12 +11,14 @@ import SwiftUI
|
||||
struct Mobile_Music_AssistantApp: App {
|
||||
@State private var service = MAService()
|
||||
@State private var themeManager = MAThemeManager()
|
||||
@State private var storeManager = MAStoreManager()
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
RootView()
|
||||
.environment(service)
|
||||
.environment(themeManager)
|
||||
.environment(storeManager)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user