mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 02:46:43 -06:00
🎨
This commit is contained in:
parent
caabdc68f3
commit
07bbd9506a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue