Переглянути джерело

Fixes broken layout buttons

main
Eric Amodio 5 роки тому
джерело
коміт
1ce035f85c
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      src/webviews/apps/settings/index.html

+ 3
- 3
src/webviews/apps/settings/index.html Переглянути файл

@ -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>

||||||
x
 
000:0
Завантаження…
Відмінити
Зберегти