tablacus / TablacusExplorerAddons

Add-ons for Tablacus Explorer
http://tablacus.github.io/TablacusExplorerAddons/
MIT License
87 stars 12 forks source link

Script Error on Iconlableplus #377

Closed shrivatsahosabettu closed 4 months ago

shrivatsahosabettu commented 4 months ago

I am not sure whether this is a issue or additional addon which is missing along with this which need to install. I am getting below Script Error in the addon Iconlabelplus, when used in TablacusExplorer.

image

const Addon_Id = "iconlabelplus";
if (window.Addon == 1) {
    if (WINVER >= 0x600 && await api.IsAppThemed()) {
        AddEvent("Load", function () {
            if (!Addon.ClassicStyle) {
                Sync.IconLabelPlus.SetStyle();
            }
        });
    }
    $.importScript("addons\\" + Addon_Id + "\\sync.js");
}

Please suggest and I love this app and thanks for the wonderful work.

tablacus commented 4 months ago

I have fixed it on Icon label plus v1.02. Please give it try.

Regards,

shrivatsahosabettu commented 4 months ago

Yes its working thanks for the response.