mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
ok starting player refactor
This commit is contained in:
parent
e9da8de67e
commit
681c43ec69
1 changed files with 7 additions and 8 deletions
|
|
@ -127,7 +127,6 @@ fileprivate struct ModulePreviewRow: View {
|
|||
}
|
||||
|
||||
struct SettingsView: View {
|
||||
let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "ALPHA"
|
||||
@Environment(\.colorScheme) var colorScheme
|
||||
@StateObject var settings = Settings()
|
||||
@EnvironmentObject var moduleManager: ModuleManager
|
||||
|
|
@ -336,7 +335,7 @@ struct SettingsView: View {
|
|||
.padding(.horizontal, 20)
|
||||
}
|
||||
|
||||
Text("Sora \(version) by cranci1")
|
||||
Text("Sora 1.0.1 by cranci1")
|
||||
.font(.footnote)
|
||||
.foregroundStyle(.gray)
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
|
|
|
|||
Loading…
Reference in a new issue