paulyoung / Statusfy

Spotify in your status bar.
MIT License
696 stars 63 forks source link

Fix dock icon #11

Closed paulyoung closed 9 years ago

paulyoung commented 9 years ago

I think I may have set the dock indicator to not be shown - this is a pretty poor experience if the icon is kept in the dock.

Ideally there would be a preference to show/hide the icon in the dock, but some improvements should be made before that to avoid unnecessary complexity.

ramirez commented 9 years ago

Hi,

I managed to hide the dock icon using xCode as described in here:

http://apple.stackexchange.com/questions/130390/hide-adium-or-any-other-apps-icon-in-the-dock

Maybe this could be added to the app to make it easier to hide/show the dock icon?

paulyoung commented 9 years ago

Fixed by 866ba06c5aa1b1c8c68b50e3f1a4e3209d89e978.

paulyoung commented 9 years ago

Hi @ramirez - that's what I did to address this.

I had previously configured the app as an agent in d33c6d8718a4449d6fad53fbc97440072657b836.

ramirez commented 9 years ago

Is there a way of hide the dock icon but preserve the menu bar?

On Tue, Dec 30, 2014 at 8:10 PM, Paul Young notifications@github.com wrote:

Hi @ramirez https://github.com/ramirez - that's what I did to address this.

I had previously configured the app as an agent in d33c6d8 https://github.com/paulyoung/Statusfy/commit/d33c6d8718a4449d6fad53fbc97440072657b836 .

— Reply to this email directly or view it on GitHub https://github.com/paulyoung/Statusfy/issues/11#issuecomment-68386647.

paulyoung commented 9 years ago

There is, but as I said above:

Ideally there would be a preference to show/hide the icon in the dock, but some improvements should be made before that to avoid unnecessary complexity.