mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fixed start on boot button
This commit is contained in:
@@ -111,7 +111,7 @@ class MenuBar {
|
||||
sender.state = sender.state == NSControl.StateValue.on ? NSControl.StateValue.off : NSControl.StateValue.on
|
||||
|
||||
switch sender.title {
|
||||
case "Run at login":
|
||||
case "Start at login":
|
||||
SMLoginItemSetEnabled(launcherId as CFString, !status)
|
||||
self.defaults.set(status, forKey: "runAtLogin")
|
||||
case "Check for updates on start":
|
||||
|
||||
Reference in New Issue
Block a user