Skip to content

Commit 75e6b84

Browse files
committed
call updateMenu instead of setTrayTitle
1 parent b9fb2c3 commit 75e6b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/goose/github.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ func (app *App) fetchTurnDataAsync(ctx context.Context, issues []*github.Issue,
659659
app.checkForNewlyBlockedPRs(ctx)
660660
// UI updates are handled inside checkForNewlyBlockedPRs
661661
} else {
662-
// No changes, but still update tray title in case of initial load
663-
app.setTrayTitle()
662+
// No PR data changes, but still need to update menu in case icons expired
663+
// (e.g., party popper changing to bullet after 25 minutes)
664+
app.updateMenu(ctx)
664665
}
665666
}

0 commit comments

Comments
 (0)