diff --git a/src/js/popup.js b/src/js/popup.js index 904e864..3665e78 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1274,7 +1274,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { return Utils.escaped` `; }; - const icons = ["fingerprint", "briefcase", "dollar", "cart", "vacation", "gift", "food", "fruit", "pet", "tree", "chill", "circle"]; + const icons = ["fingerprint", "briefcase", "dollar", "cart", "vacation", "gift", "food", "fruit", "pet", "tree", "chill", "circle", "fence"]; const iconRadioFieldset = document.getElementById("edit-container-panel-choose-icon"); icons.forEach((containerIcon) => { const templateInstance = document.createElement("div");