1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change ironicon to icon

This commit is contained in:
grafixeyehero 2019-11-05 18:24:39 +03:00
parent d3c3501632
commit faa1a263b9
4 changed files with 14 additions and 14 deletions

View file

@ -107,13 +107,13 @@ define(["loading", "libraryMenu", "dom", "globalize", "cardStyle", "emby-button"
menuItems.push({
name: globalize.translate("ButtonSettings"),
id: "open",
ironIcon: "mode-edit"
icon: "mode_edit"
});
}
menuItems.push({
name: globalize.translate("ButtonUninstall"),
id: "delete",
ironIcon: "delete"
icon: "delete"
});
require(["actionsheet"], function(actionsheet) {
actionsheet.show({