mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 04:04:56 +02:00
🎨
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user