We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1511c93 commit fe29ed8Copy full SHA for fe29ed8
1 file changed
Sources/Views/SettingsView.swift
@@ -95,6 +95,8 @@ struct SettingsView: View {
95
Section("About") {
96
LabeledContent("Version", value: versionDisplay)
97
updateRow
98
+ Link("Visit Website", destination: URL(string: "https://youmenutube.riccardo.lol")!)
99
+ .font(.caption)
100
}
101
102
if let err = yt.lastError {
0 commit comments