🎨
This commit is contained in:
parent
f091007882
commit
a3a47b8d35
3 changed files with 16 additions and 28 deletions
|
@ -93,7 +93,7 @@ function showFileMenu(file, ev: MouseEvent) {
|
|||
action: () => { rename(file); },
|
||||
}, {
|
||||
text: file.isSensitive ? i18n.ts.unmarkAsSensitive : i18n.ts.markAsSensitive,
|
||||
icon: file.isSensitive ? 'ti ti-eye-off' : 'ti ti-eye',
|
||||
icon: file.isSensitive ? 'ti ti-eye-exclamation' : 'ti ti-eye',
|
||||
action: () => { toggleSensitive(file); },
|
||||
}, {
|
||||
text: i18n.ts.describeFile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue