wip
This commit is contained in:
parent
eb392b1251
commit
555501d534
7 changed files with 58 additions and 36 deletions
|
|
@ -119,6 +119,15 @@ export default Vue.extend({
|
|||
type: 'local'
|
||||
});
|
||||
}
|
||||
}, {
|
||||
icon: '%fa:share-alt%',
|
||||
text: '%i18n:common.deck.hybrid%',
|
||||
action: () => {
|
||||
this.$store.dispatch('settings/addDeckColumn', {
|
||||
id: uuid(),
|
||||
type: 'hybrid'
|
||||
});
|
||||
}
|
||||
}, {
|
||||
icon: '%fa:globe%',
|
||||
text: '%i18n:common.deck.global%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue