mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added bug report template to the report bug button
This commit is contained in:
@@ -460,7 +460,7 @@ private class SidebarView: NSStackView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@objc private func reportBug() {
|
@objc private func reportBug() {
|
||||||
NSWorkspace.shared.open(URL(string: "https://github.com/exelban/stats/issues/new")!)
|
NSWorkspace.shared.open(URL(string: "https://github.com/exelban/stats/issues/new?template=bug_report.md")!)
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc private func donate(_ sender: NSButton) {
|
@objc private func donate(_ sender: NSButton) {
|
||||||
|
|||||||
Reference in New Issue
Block a user