Show blue icon when connected, grey when disconnected and hide when disabled#1974
Open
riban-bw wants to merge 2 commits intoInfiniTimeOrg:mainfrom
Open
Show blue icon when connected, grey when disconnected and hide when disabled#1974riban-bw wants to merge 2 commits intoInfiniTimeOrg:mainfrom
riban-bw wants to merge 2 commits intoInfiniTimeOrg:mainfrom
Conversation
|
Build size and comparison to main:
|
Contributor
|
How is the contrast of the blue icon on the black background? Alternatively white for "connected" would also be an option. |
Author
|
Blue is okay but I did change it to white because it may be simpler and more stylish to have a monochromatic status. I will commit the change to this PR. |
|
I just started having some Bluetooth issues with mine and it would certainly help for some high level troubleshooting. I don't really know if my device is broadcasting bluetooth, if the radio is on, or if there is just a connection issue with my phone. Either way this seems like a nice feature. |
This was referenced Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes behaviour of bluetooth icon display.
Previous behaviour was that the icon showed coloured white when enabled and connected.
New behaviou is that the icon shows blue when connected, grey when disconnected and is hidden when disabled. This provides more info in the same space and is consistent with many common implementations which may offer a more familiar workflow.