Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remember bluetooth state #21

Open
Atemu opened this issue May 26, 2023 · 2 comments
Open

Remember bluetooth state #21

Atemu opened this issue May 26, 2023 · 2 comments

Comments

@Atemu
Copy link

Atemu commented May 26, 2023

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.

@BetterB0y
Copy link

This fork has it implemented: https://github.com/stefansundin/bluesnooze

I don't think it be difficult to add this feature.

@cpeterso
Copy link

cpeterso commented Jan 20, 2024

Here is a PR to merge the changes from https://github.com/stefansundin/bluesnooze: #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants