Added docs link
This commit is contained in:
parent
b405fee0b8
commit
f6bf444cd9
@ -82,6 +82,15 @@ struct LicenseManagementView: View {
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
|
||||
Button {
|
||||
if let url = URL(string: "https://tryvoiceink.com/docs") {
|
||||
NSWorkspace.shared.open(url)
|
||||
}
|
||||
} label: {
|
||||
featureItem(icon: "book.fill", title: "Docs", color: .indigo)
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
|
||||
Button {
|
||||
if let url = URL(string: "https://github.com/Beingpax/VoiceInk/issues") {
|
||||
NSWorkspace.shared.open(url)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user