Lots of UI quality of life changes.

This commit is contained in:
Max Goedjen
2020-09-10 23:07:31 -07:00
parent 78dc4c0d93
commit c2fc71d299
7 changed files with 70 additions and 65 deletions

View File

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