Use new pref(fixes bad copy pasta)

This commit is contained in:
Gusted 2021-07-16 22:55:29 +02:00
parent 654403eb00
commit 5453acafc2
2 changed files with 2 additions and 1 deletions

View File

@ -392,7 +392,7 @@
</div> </div>
</div> </div>
</details> </details>
<details id="integration" data-pref="editor.toc.expanded" class="ignore-pref-if-compact"> <details id="integration" data-pref="editor.integration.expanded" class="ignore-pref-if-compact">
<summary><h2 i18n-text="integration"></h2></summary> <summary><h2 i18n-text="integration"></h2></summary>
<div> <div>
<button id="publish-style" i18n-text="uploadStyle"></button> <button id="publish-style" i18n-text="uploadStyle"></button>

View File

@ -61,6 +61,7 @@
'editor.toc.expanded': true, // UI element state: expanded/collapsed 'editor.toc.expanded': true, // UI element state: expanded/collapsed
'editor.options.expanded': true, // UI element state: expanded/collapsed 'editor.options.expanded': true, // UI element state: expanded/collapsed
'editor.lint.expanded': true, // UI element state: expanded/collapsed 'editor.lint.expanded': true, // UI element state: expanded/collapsed
'editor.integration.expanded': true, // UI element state expanded/collapsed
'editor.lineWrapping': true, // word wrap 'editor.lineWrapping': true, // word wrap
'editor.smartIndent': true, // 'smart' indent 'editor.smartIndent': true, // 'smart' indent
'editor.indentWithTabs': false, // smart indent with tabs 'editor.indentWithTabs': false, // smart indent with tabs