-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bug: Icon on menu bar appearing when interacting with Dockdoor traffic lights #95
Comments
illavoluntas
changed the title
Bug: Icon on menu bar appearing when interacting with DockDoor
Bug: Icon on menu bar appearing when interacting with Dockdoor traffic lights
Jul 8, 2024
@ShlomoCode this is a byproduct of using application did become active. |
Makes sense... what do you suggest? |
ShlomoCode
added a commit
to ShlomoCode/DockDoor
that referenced
this issue
Jul 8, 2024
Moved initialization from `applicationDidBecomeActive` to `applicationShouldHandleReopen` to ensure the menu bar icon is only shown when the app is reopened, and not on other interactions. closes ejbills#95 see ejbills#76
ShlomoCode
added a commit
to ShlomoCode/DockDoor
that referenced
this issue
Jul 8, 2024
Moved initialization from `applicationDidBecomeActive` to `applicationShouldHandleReopen` to ensure the menu bar icon is only shown when the app is reopened, and not on other interactions. closes ejbills#95 see ejbills#76
ShlomoCode
added a commit
to ShlomoCode/DockDoor
that referenced
this issue
Jul 8, 2024
Moved initialization from `applicationDidBecomeActive` to `applicationShouldHandleReopen` to ensure the menu bar icon is only shown when the app is reopened, and not on other interactions. closes ejbills#95 see ejbills#76
ShlomoCode
added a commit
to ShlomoCode/DockDoor
that referenced
this issue
Jul 8, 2024
Moved initialization from `applicationDidBecomeActive` to `applicationShouldHandleReopen` to ensure the menu bar icon is only shown when the app is reopened, and not on other interactions. closes ejbills#95 see ejbills#76
ejbills
pushed a commit
that referenced
this issue
Jul 8, 2024
* Reapply "fix: show menu bar icon when app icon is clicked (#90)" This reverts commit d6c93c3. * fix: show menu bar icon only on app reopen, not on interact Moved initialization from `applicationDidBecomeActive` to `applicationShouldHandleReopen` to ensure the menu bar icon is only shown when the app is reopened, and not on other interactions. closes #95 see #76
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DockDoor menu bar icon appears when interacting with the traffic light buttons in the dock, even if the setting "Show menu bar icon" is disabled. Issue appeared in 1.0.16.
ScreenRecording.mov
The text was updated successfully, but these errors were encountered: