This commit is contained in:
syuilo 2018-06-08 04:46:31 +09:00
parent caabdc68f3
commit 07bbd9506a

View file

@ -127,7 +127,7 @@ export default Vue.extend({
this.$store.dispatch('settings/stackLeftDeckColumn', this.column.id);
}
}, this.isStacked ? {
content: '%fa:window-restore R% %i18n:common.deck.pop-right%',
content: '%fa:window-maximize R% %i18n:common.deck.pop-right%',
onClick: () => {
this.$store.dispatch('settings/popRightDeckColumn', this.column.id);
}