ok starting player refactor

This commit is contained in:
cranci1 2025-07-08 10:10:08 +02:00
parent e9da8de67e
commit 681c43ec69

View file

@ -127,7 +127,6 @@ fileprivate struct ModulePreviewRow: View {
} }
struct SettingsView: View { struct SettingsView: View {
let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "ALPHA"
@Environment(\.colorScheme) var colorScheme @Environment(\.colorScheme) var colorScheme
@StateObject var settings = Settings() @StateObject var settings = Settings()
@EnvironmentObject var moduleManager: ModuleManager @EnvironmentObject var moduleManager: ModuleManager
@ -336,7 +335,7 @@ struct SettingsView: View {
.padding(.horizontal, 20) .padding(.horizontal, 20)
} }
Text("Sora \(version) by cranci1") Text("Sora 1.0.1 by cranci1")
.font(.footnote) .font(.footnote)
.foregroundStyle(.gray) .foregroundStyle(.gray)
.frame(maxWidth: .infinity, alignment: .center) .frame(maxWidth: .infinity, alignment: .center)