fix eye-closed → ti-eye-exclamation
we use eye-slash for sensitive, only in a few places we used eye-closed and I think we shouldn't
This commit is contained in:
parent
b34a8a9a69
commit
3d917a4430
3 changed files with 6 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ export function getDriveFileMenu(file: Misskey.entities.DriveFile, folder?: Miss
|
|||
action: () => rename(file),
|
||||
}, {
|
||||
text: file.isSensitive ? i18n.ts.unmarkAsSensitive : i18n.ts.markAsSensitive,
|
||||
icon: file.isSensitive ? 'ti ti-eye' : 'ph-eye-closed ph-bold ph-lg',
|
||||
icon: file.isSensitive ? 'ti ti-eye' : 'ti ti-eye-exclamation',
|
||||
action: () => toggleSensitive(file),
|
||||
}, {
|
||||
text: i18n.ts.describeFile,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue