style(macos): remove quit separator and resize settings
This commit is contained in:
parent
bc92f6d4a4
commit
31750b5ee5
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user