Closed vincentkoeckerling closed 3 months ago
Thank you for opening this issue!
🔔 @tonka3000 @Loskir @immint023 @duboiss @metakirby5 @macbookandrew @shaoye @charl3j @emlez @HBunnick @RomanSchmid you might want to have a look.
The problem is that todos
is never undefined
here, even when there is no todo(s):
Instead of checking !todos
, this should check !todos.length
as the todos
list would be empty in case of no todos.
Extension
https://www.raycast.com/tonka3000/gitlab
Raycast Version
1.79.1
macOS Version
13.6.7
Description
The Todos Menu Bar Item is always visible in the menu bar even though I don't have any active todos. The "Show Always" option in preferences is turned off.
Already tried to deactive/active the menu bar item, disable/enable the menu bar item command and uninstalled/reinstalled the extension.
Settings:
Menu Bar Item:
Steps To Reproduce
Current Behaviour
The Menu Bar Item is shown even if there are no active todos.
Expected Behaviour
The Menu Bar Item is hidden when there are no active todos and shown when there are.