unreadable text at the unfocused display menubar
mintyleaf opened this issue · 10 comments
Yep, saw someone commented this too. I'll try to figure what happened, and sort it out. But if you have some ideas how to fix this, it would be awesome!
But if you have some ideas how to fix this, it would be awesome!
firstly:
https://developer.apple.com/documentation/appkit/nscontrol/imageposition
you don't set it anywhere, so it fallbacks to something, which is right in your case, but not in mine (different macOS version or idk)
secondly:
not sure about "appearsDisabled", but maybe this is it:
https://developer.apple.com/documentation/appkit/nsstatusbarbutton
maybe this could help too:
https://developer.apple.com/documentation/uikit/uimenuelement/attributes
not sure why image is "unavailable", according to the checkAvailability function, which is replacing it by rays
I'd prefer to have ♪ symbol instead of that rays spinner in that cases
or maybe after some timeout when it's clearly that something wrong with album art fetching
not sure why image is "unavailable", according to the checkAvailability function, which is replacing it by rays
I'd prefer to have ♪ symbol instead of that rays spinner in that cases
or maybe after some timeout when it's clearly that something wrong with album art fetching
yeah, this seems to be a good fit for the icon, will definitely edit that!
edited that, could you try cloning the latest commit in #9?
yep, unreadable text is fixed
it's still occurring as soon, as actual album art is fetched (I opened video, and it was ok on the other screen until image is fetched)
for me album arts is loading mostly for YouTube, Spotify is remaining without it most of the time (but I remember that it actually worked few times, which is strange enough)
so yeah, seems like that fix applied only for non-image style
I'll take a look at this in a later date, if it's still occurring, please open a new issue or tag me here!