Skip to content

Commit

Permalink
Update custom-ui-icon-color.js
Browse files Browse the repository at this point in the history
`window.customUI.initDone = true;`
  • Loading branch information
Mariusthvdb authored Nov 29, 2023
1 parent df5345d commit 6444651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-ui-icon-color.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Name = "Custom-ui-icon-color";
const Version = "20231126";
const Version = "20231128";
const Description = "add icon_color to UI";
const Url = "https://github.com/Mariusthvdb/custom-ui-icon-color";
console.info(
Expand Down Expand Up @@ -36,7 +36,7 @@ window.customUI = {
window.customUI.installStateBadge();
},
init() {
if (window.customUI.initDone) return;
window.customUI.initDone = true;
window.customUI.installClassHooks();
window.CUSTOM_UI_LIST = window.CUSTOM_UI_LIST || [];
window.CUSTOM_UI_LIST.push({
Expand Down

0 comments on commit 6444651

Please sign in to comment.