We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19cb9a commit a056faeCopy full SHA for a056fae
1 file changed
floatpane/ContentView.swift
@@ -54,6 +54,11 @@ struct ContentView: View {
54
.aspectRatio(contentMode: .fit)
55
.frame(height: 24)
56
.foregroundStyle(.white)
57
+ .onTapGesture {
58
+ if let url = URL(string: "https://floatpane.com") {
59
+ NSWorkspace.shared.open(url)
60
+ }
61
62
63
if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"]
64
as? String
0 commit comments