jordanbaird / Ice

Powerful menu bar manager for macOS
https://icemenubar.app
GNU General Public License v3.0
12.74k stars 232 forks source link

[Bug]: Icon for Flow (pomodoro timer) is not visible #180

Closed andreabusi closed 3 months ago

andreabusi commented 3 months ago

Check existing issues

Description

Flow is a pomodoro timer app that creates a countdown timer in the menu bar.

When Ice is in execution, the icon is not visibile. I tried to

Steps to Reproduce

  1. Open Flow app and set a timer
  2. Icon is not displayed in menu bar
  3. Close Ice app to reveal the Flow menu icon

Ice Version

0.9.0

macOS Version

14.5

Screenshots

This is the menu bar when Ice is active: ice-active

And this is the menu bar with Ice closed ice-not-started

jordanbaird commented 3 months ago

The item likely got placed into the always-hidden section, which can be shown by Option+clicking the Ice icon. You can hold down Command and drag it out of the section. This isn't a bug with Ice, but rather a side effect of the way macOS treats new menu bar items. It places them at the far left of the menu bar, which is where the always-hidden section is. Once #6 and #26 are implemented, this will be much easier to manage.

andreabusi commented 3 months ago

The item likely got placed into the always-hidden section, which can be shown by Option+clicking the Ice icon. You can hold down Command and drag it out of the section. This isn't a bug with Ice, but rather a side effect of the way macOS treats new menu bar items. It places them at the far left of the menu bar, which is where the always-hidden section is. Once #6 and #26 are implemented, this will be much easier to manage.

Thank you, I didn't notice of this feature. I can confirm that It was in the always-hidden section.

Thanks!