style(macos): remove quit separator and resize settings
This commit is contained in:
@@ -41,7 +41,6 @@ struct MenuContent: View {
|
|||||||
if let updater, updater.isAvailable {
|
if let updater, updater.isAvailable {
|
||||||
Button("Check for Updates…") { updater.checkForUpdates(nil) }
|
Button("Check for Updates…") { updater.checkForUpdates(nil) }
|
||||||
}
|
}
|
||||||
Divider()
|
|
||||||
Button("Quit") { NSApplication.shared.terminate(nil) }
|
Button("Quit") { NSApplication.shared.terminate(nil) }
|
||||||
}
|
}
|
||||||
.task(id: self.state.swabbleEnabled) {
|
.task(id: self.state.swabbleEnabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user