You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the app always turns bluetooth back on again on wake up, regardless of whether the user turned it off before sleep or not.
I personally only need bluetooth at specific times and would rather have it off by default to save power.
Would it be possible to take note of whether bluetooth was enabled at the time the app disabled it and only re-enable it again when it was indeed enabled before?
Would probably not hurt to make this configurable.
I could try and implement this myself as, looking at the code, that should be trivially simple but setting up a macOS dev env would likely take longer than the implementation as I don't have much of any experience in writing apps for Apple devices.
The text was updated successfully, but these errors were encountered:
Currently, the app always turns bluetooth back on again on wake up, regardless of whether the user turned it off before sleep or not.
I personally only need bluetooth at specific times and would rather have it off by default to save power.
Would it be possible to take note of whether bluetooth was enabled at the time the app disabled it and only re-enable it again when it was indeed enabled before?
Would probably not hurt to make this configurable.
I could try and implement this myself as, looking at the code, that should be trivially simple but setting up a macOS dev env would likely take longer than the implementation as I don't have much of any experience in writing apps for Apple devices.
The text was updated successfully, but these errors were encountered: