Skip to content

Commit

Permalink
Turn Bluetooth ON when app launched
Browse files Browse the repository at this point in the history
Counter action to Bluetooth OFF during shutdown:
3aced9e
  • Loading branch information
odlp committed Feb 22, 2021
1 parent bd907d9 commit 6e03aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bluesnooze/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
initStatusItem()
setLaunchAtLoginState()
setupNotificationHandlers()
setBluetooth(powerOn: true)
}

// MARK: Click handlers
Expand Down

0 comments on commit 6e03aad

Please sign in to comment.