Clean up
This commit is contained in:
parent
f2f0799df1
commit
26b3a14a63
2 changed files with 0 additions and 9 deletions
|
@ -384,17 +384,14 @@ export default Vue.extend({
|
|||
to: '/my/settings',
|
||||
icon: faCog,
|
||||
}, null, ...accountItems, {
|
||||
type: 'item',
|
||||
icon: faPlus,
|
||||
text: this.$t('addAcount'),
|
||||
action: () => {
|
||||
this.$root.menu({
|
||||
items: [{
|
||||
type: 'item',
|
||||
text: this.$t('existingAcount'),
|
||||
action: () => { this.addAcount(); },
|
||||
}, {
|
||||
type: 'item',
|
||||
text: this.$t('createAccount'),
|
||||
action: () => { this.createAccount(); },
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue