This commit is contained in:
Max Goedjen
2020-07-19 00:30:38 -07:00
parent 28dbacd850
commit 1019f9a9c3
6 changed files with 61 additions and 277 deletions

View File

@@ -8,8 +8,6 @@ struct LaunchAgentController {
}
func relaunch() {
_ = setEnabled(false)
_ = setEnabled(true)
}
private func setEnabled(_ enabled: Bool) -> Bool {