Update MkPostForm.vue
This commit is contained in:
parent
4ac1dc8740
commit
9bd4dbc906
|
@ -614,13 +614,13 @@ function showOtherSettings() {
|
||||||
action: () => {
|
action: () => {
|
||||||
toggleReactionAcceptance();
|
toggleReactionAcceptance();
|
||||||
},
|
},
|
||||||
}, {
|
}, ...($i.policies.scheduledNoteLimit > 0 ? [{
|
||||||
icon: 'ti ti-calendar-time',
|
icon: 'ti ti-calendar-time',
|
||||||
text: i18n.ts.schedulePost + '...',
|
text: i18n.ts.schedulePost + '...',
|
||||||
action: () => {
|
action: () => {
|
||||||
schedule();
|
schedule();
|
||||||
},
|
},
|
||||||
}, { type: 'divider' }, {
|
}] : []), { type: 'divider' }, {
|
||||||
type: 'switch',
|
type: 'switch',
|
||||||
icon: 'ti ti-eye',
|
icon: 'ti ti-eye',
|
||||||
text: i18n.ts.preview,
|
text: i18n.ts.preview,
|
||||||
|
|
Loading…
Reference in New Issue