1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 04:04:56 +02:00
This commit is contained in:
syuilo
2025-06-07 08:07:23 +09:00
parent 6506429f09
commit 4906f1f45c
3 changed files with 6 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ export function useUploader(options: {
}, {
type: 'switch',
text: i18n.ts.sensitive,
icon: 'ti ti-eye-exclamation',
ref: computed({
get: () => item.isSensitive ?? false,
set: (value) => item.isSensitive = value,