Skip to content

Commit fe29ed8

Browse files
committed
Add website link in Settings (About section)
1 parent 1511c93 commit fe29ed8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Views/SettingsView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ struct SettingsView: View {
9595
Section("About") {
9696
LabeledContent("Version", value: versionDisplay)
9797
updateRow
98+
Link("Visit Website", destination: URL(string: "https://youmenutube.riccardo.lol")!)
99+
.font(.caption)
98100
}
99101

100102
if let err = yt.lastError {

0 commit comments

Comments
 (0)