mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change edit image icon
This commit is contained in:
parent
747bbca7fe
commit
1922cfe51a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
|
||||||
commands.push({
|
commands.push({
|
||||||
name: globalize.translate("EditImages"),
|
name: globalize.translate("EditImages"),
|
||||||
id: "editimages",
|
id: "editimages",
|
||||||
icon: "edit"
|
icon: "image"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue