diff --git a/index.js b/index.js index 54d57b0..a4fc55a 100644 --- a/index.js +++ b/index.js @@ -218,7 +218,7 @@ class OCXQDictionary extends Extension { onUninit() { api.removeCategory('ordchaosxq.dictionary.category'); - DictionaryList = undefined; + this.delateAllDictionary(); } newDictionary(NAME) { diff --git a/info.json b/info.json index 9550e00..af24484 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "id": "ordchaosxq.dictionary", "author": "OrdChaosXQ", - "version": "1.0.0", + "version": "1.0.1", "icon": "assets/icon.png", "inset_icon": "assets/inset_icon.svg", "api": 1,