Commit fbc80fdb authored by yann300's avatar yann300

move plugin panel up

parent d8bcd009
...@@ -148,9 +148,9 @@ module.exports = class SettingsTab { ...@@ -148,9 +148,9 @@ module.exports = class SettingsTab {
self._view.el = yo` self._view.el = yo`
<div class="${css.settingsTabView} "id="settingsView"> <div class="${css.settingsTabView} "id="settingsView">
${self._view.config.general} ${self._view.config.general}
${self._view.config.plugin}
${self._view.gistToken} ${self._view.gistToken}
${self._view.config.themes} ${self._view.config.themes}
${self._view.config.plugin}
${self._view.config.remixd} ${self._view.config.remixd}
${self._view.config.localremixd} ${self._view.config.localremixd}
</div>` </div>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment