Skip to content

Commit 1ce035f

Browse files
committed
Fixes broken layout buttons
1 parent d959a2b commit 1ce035f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webviews/apps/settings/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,19 +1112,19 @@ <h2>
11121112
<a
11131113
class="button button--flat"
11141114
title="Shows all the views together on the GitLens side bar"
1115-
href="command:gitlens.welcome.applyViewLayoutPreset?%22default%22"
1115+
href="command:gitlens.settings.applyViewLayoutPreset?%22default%22"
11161116
>Default Layout</a
11171117
>
11181118
<a
11191119
class="button button--flat"
11201120
title="Shows all the views together on the Source Control side bar"
1121-
href="command:gitlens.welcome.applyViewLayoutPreset?%22scm%22"
1121+
href="command:gitlens.settings.applyViewLayoutPreset?%22scm%22"
11221122
>Source Control Layout</a
11231123
>
11241124
<a
11251125
class="button button--flat"
11261126
title="Shows Repositories on the Source Control side bar, File and Line History on the Explorer side bar, and others on the GitLens side bar"
1127-
href="command:gitlens.welcome.applyViewLayoutPreset?%22contextual%22"
1127+
href="command:gitlens.settings.applyViewLayoutPreset?%22contextual%22"
11281128
>Contextual Layout</a
11291129
>
11301130
</div>

0 commit comments

Comments
 (0)