Added docs link

This commit is contained in:
Beingpax 2025-07-15 18:34:46 +05:45
parent b405fee0b8
commit f6bf444cd9

View File

@ -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)