Skip to content
Snippets Groups Projects
Unverified Commit ff94b64c authored by syuilo's avatar syuilo Committed by GitHub
Browse files

🎨

parent 1cc616b8
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ function showMenu(ev: MouseEvent) {
}, ...(iAmModerator ? [{
text: i18n.ts.markAsSensitive,
icon: 'ti ti-eye-exclamation',
danger: true,
action: () => {
os.apiWithDialog('drive/files/update', { fileId: props.image.id, isSensitive: true });
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment