v1.0.0 — clean release, remove fake beta, fix beta badge and notifications

This commit is contained in:
superdooper86
2026-05-07 16:16:38 +02:00
parent 02440c5340
commit 30b64683e0
6 changed files with 18 additions and 12 deletions
+3 -1
View File
@@ -774,14 +774,16 @@ struct SettingsView: View {
.padding(.vertical, 2)
.background(Color.blue)
.cornerRadius(4)
.fixedSize()
} else if updater.betaAvailable {
Text("v\(updater.latestBetaVersion) beta")
Text("v\(updater.latestBetaVersion) available")
.font(.system(size: 10, weight: .medium))
.foregroundColor(.white)
.padding(.horizontal, 6)
.padding(.vertical, 2)
.background(Color.orange)
.cornerRadius(4)
.fixedSize()
}
}
Text("Built by superdooper86 & claude")