diff --git a/Sources/Pesty/Settings/SettingsView.swift b/Sources/Pesty/Settings/SettingsView.swift index 2a08bbe..eebd36d 100644 --- a/Sources/Pesty/Settings/SettingsView.swift +++ b/Sources/Pesty/Settings/SettingsView.swift @@ -130,6 +130,10 @@ private struct AboutView: View { Link("Report an Issue", destination: URL(string: "https://github.com/momenbasel/pesty/issues")!) } .padding(.top, 4) + Button("Quit Pesty", role: .destructive) { + NSApp.terminate(nil) + } + .padding(.top, 8) Spacer() Text("MIT Licensed ยท Made with SwiftUI") .font(.caption).foregroundStyle(.tertiary)