Skip to content

Commit

Permalink
Merge pull request #5899 from haiwen/update-icon
Browse files Browse the repository at this point in the history
update-icon
  • Loading branch information
shuntian authored Jan 17, 2024
2 parents 8c89097 + ad4d046 commit c48b010
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ class DirentListItem extends React.Component {

const isDesktop = Utils.isDesktop();
const { canDrag } = this.state;
const lockedImageUrl = `${mediaUrl}img/file-${dirent.is_freezed ? 'freezed' : 'locked'}-32.png`;
const lockedImageUrl = `${mediaUrl}img/file-${dirent.is_freezed ? 'freezed-32.svg' : 'locked-32.png'}`;
const lockedMessage = dirent.is_freezed ? gettext('freezed') : gettext('locked');
const desktopItem = (
<tr
Expand Down
27 changes: 27 additions & 0 deletions media/img/file-freezed-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c48b010

Please sign in to comment.