Skip to content

Commit 8505578

Browse files
authored
Merge pull request #43 from codeGROOVE-dev/correct-highlighting
Remove duplicate setTrayTitle call
2 parents 1cec937 + f1678f2 commit 8505578

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)