style(macos): remove quit separator and resize settings

main
Peter Steinberger 2025-12-09 02:28:05 +01:00
parent bc92f6d4a4
commit 31750b5ee5
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ struct MenuContent: View {
if let updater, updater.isAvailable {
Button("Check for Updates…") { updater.checkForUpdates(nil) }
}
Divider()
Button("Quit") { NSApplication.shared.terminate(nil) }
}
.task(id: self.state.swabbleEnabled) {