Skip to content

Commit f1678f2

Browse files
committed
Remove duplicate setTrayTitle call
1 parent 87bf4ab commit f1678f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goose/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ func (app *App) checkForNewlyBlockedPRs(ctx context.Context) {
743743
default:
744744
log.Printf("[BLOCKED] Updating UI after cleaning up %d stale entries", removedCount)
745745
}
746-
app.setTrayTitle()
746+
// updateMenu will call setTrayTitle via rebuildMenu
747747
app.updateMenu(ctx)
748748
}
749749
}

0 commit comments

Comments
 (0)