Commit f1da1d43 authored by yann300's avatar yann300

naming

parent 2bbab93e
......@@ -39,6 +39,7 @@ module.exports = class SettingsTab {
}
profile () {
return {
displayName: 'settings',
name: 'settings',
methods: [],
events: [],
......@@ -84,7 +85,7 @@ module.exports = class SettingsTab {
<div class="${css.info} card">
<div class="card-body">
<h6 class="${css.title} card-title">Home Page</h6>
<button class="btn btn-primary sm-1" onclick="${() => { this._deps.appManager.ensureActivated('homepage') }}" > Load Home Page </button>
<button class="btn btn-primary sm-1" onclick="${() => { this._deps.appManager.ensureActivated('home') }}" > Load Home Page </button>
<button class="btn btn-primary sm-1" onclick="${() => { window.open('https://gitter.im/ethereum/remix') }}"> Load Gitter Chat </button>
</div>
</div>`
......
......@@ -5,8 +5,8 @@ import { defaultWorkspaces } from './workspace'
export function homepageProfile () {
return {
displayName: 'home page',
name: 'homepage',
displayName: 'home',
name: 'home',
methods: [],
events: [],
description: ' - ',
......
......@@ -15,7 +15,7 @@ export default {
// mainPanelApi.event.on('showing', (moduleName) => {})
verticalIconApi.select('fileExplorers')
mainPanelApi.showContent('homepage')
mainPanelApi.showContent('home')
resizeFeature.minimize()
}
}
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