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: () => {
toggleReactionAcceptance();
},
}, {
}, ...($i.policies.scheduledNoteLimit > 0 ? [{
icon: 'ti ti-calendar-time',
text: i18n.ts.schedulePost + '...',
action: () => {
schedule();
},
}, { type: 'divider' }, {
}] : []), { type: 'divider' }, {
type: 'switch',
icon: 'ti ti-eye',
text: i18n.ts.preview,