Skip to content

Commit 6387120

Browse files
committed
Fixes unpin button visibility in file history view
1 parent 6b2b6aa commit 6387120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6722,7 +6722,7 @@
67226722
"menus": {
67236723
"view/title": [
67246724
{
6725-
"when": "view == gitlens.views.fileHistory && gitlens:views:fileHistory:canPin && !gitlens:views:fileHistory:editorFollowing",
6725+
"when": "view == gitlens.views.fileHistory && !gitlens:views:fileHistory:editorFollowing",
67266726
"group": "navigation",
67276727
"order": 10
67286728
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17307,7 +17307,7 @@
1730717307
},
1730817308
{
1730917309
"command": "gitlens.views.fileHistory.setEditorFollowingOn",
17310-
"when": "view == gitlens.views.fileHistory && gitlens:views:fileHistory:canPin && !gitlens:views:fileHistory:editorFollowing",
17310+
"when": "view == gitlens.views.fileHistory && !gitlens:views:fileHistory:editorFollowing",
1731117311
"group": "navigation@10"
1731217312
},
1731317313
{

0 commit comments

Comments
 (0)