style(macos): remove quit separator and resize settings
This commit is contained in:
parent
c543f71a45
commit
2aeaa06a95
@ -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