This commit is contained in:
syuilo 2020-02-17 06:23:18 +09:00
parent f2f0799df1
commit 26b3a14a63
2 changed files with 0 additions and 9 deletions

View file

@ -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(); },
}],