using boxicons instead of jam icons WIP

This commit is contained in:
zadam
2019-11-02 12:17:00 +01:00
parent b471d51cb4
commit fc87bcf10c
24 changed files with 78 additions and 1011 deletions

View File

@@ -19,7 +19,7 @@ async function initContextMenu(event, contextMenu) {
const $icon = $("<span>");
if (item.uiIcon) {
$icon.addClass("jam jam-" + item.uiIcon);
$icon.addClass("bx bx-" + item.uiIcon);
} else {
$icon.append("&nbsp;");
}