Skip to content

Commit 8f0a489

Browse files
committed
Adds pinned status to launchpad items
1 parent 1d9871b commit 8f0a489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/focus/focus.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export class FocusCommand extends QuickCommand<State> {
410410
? ` $(gitlens-code-suggestion) ${i.codeSuggestionsCount}`
411411
: ''
412412
} \u00a0 ${i.isNew ? '(New since last view)' : ''}`,
413-
detail: ` ${
413+
detail: ` ${i.viewer.pinned ? '$(pin) ' : ''}${
414414
i.actionableCategory === 'other'
415415
? ''
416416
: `${actionGroupMap.get(i.actionableCategory)![0]} \u2022 `

0 commit comments

Comments
 (0)