Browse Source

Fixes broken layout buttons

main
Eric Amodio 5 years ago
parent
commit
1ce035f85c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/webviews/apps/settings/index.html

+ 3
- 3
src/webviews/apps/settings/index.html View File

@ -1112,19 +1112,19 @@
<a
class="button button--flat"
title="Shows all the views together on the GitLens side bar"
href="command:gitlens.welcome.applyViewLayoutPreset?%22default%22"
href="command:gitlens.settings.applyViewLayoutPreset?%22default%22"
>Default Layout</a
>
<a
class="button button--flat"
title="Shows all the views together on the Source Control side bar"
href="command:gitlens.welcome.applyViewLayoutPreset?%22scm%22"
href="command:gitlens.settings.applyViewLayoutPreset?%22scm%22"
>Source Control Layout</a
>
<a
class="button button--flat"
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"
href="command:gitlens.welcome.applyViewLayoutPreset?%22contextual%22"
href="command:gitlens.settings.applyViewLayoutPreset?%22contextual%22"
>Contextual Layout</a
>
</div>

Loading…
Cancel
Save