Add website link to settings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
26182ec8d0
commit
18f2326ba8
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ struct SettingsView: View {
|
|||
.disabled(!hapticsEnabled)
|
||||
}
|
||||
|
||||
Section {
|
||||
Link("Visit Website", destination: URL(string: "https://kpguild.games")!)
|
||||
}
|
||||
|
||||
Section {
|
||||
Text("\(AppInfo.name) \(AppInfo.version) (\(AppInfo.build))")
|
||||
.foregroundStyle(.secondary)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue