Skip to content

Commit a056fae

Browse files
committed
fix: logo redirects to floatpane.com
1 parent b19cb9a commit a056fae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

floatpane/ContentView.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ struct ContentView: View {
5454
.aspectRatio(contentMode: .fit)
5555
.frame(height: 24)
5656
.foregroundStyle(.white)
57+
.onTapGesture {
58+
if let url = URL(string: "https://floatpane.com") {
59+
NSWorkspace.shared.open(url)
60+
}
61+
}
5762

5863
if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"]
5964
as? String

0 commit comments

Comments
 (0)