Update MkPostForm.vue

This commit is contained in:
syuilo 2025-09-25 17:55:16 +09:00
parent 4ac1dc8740
commit 9bd4dbc906
1 changed files with 2 additions and 2 deletions

View File

@ -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,