feat: update support button link (now is GH sponsors page)

This commit is contained in:
Serhiy Mytrovtsiy
2021-08-01 11:38:27 +02:00
parent 4f841c3f11
commit 4b9b519d0b

View File

@@ -266,7 +266,7 @@ private class SettingsView: NSView {
}
@objc private func donate(_ sender: Any) {
NSWorkspace.shared.open(URL(string: "https://github.com/exelban/stats")!)
NSWorkspace.shared.open(URL(string: "https://github.com/sponsors/exelban")!)
}
@objc private func closeApp(_ sender: Any) {