diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-07 19:24:47 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-07 19:24:47 +0800 |
commit | e44de4dc2876d771d871255e72c6884b958c05eb (patch) | |
tree | 26bbc40b5a94072f1bd73c4bd472687e1cd62ef5 /features/settings | |
parent | fb19a8b072e8529b9d90bd3fb322da31ca4911df (diff) | |
download | SoopyV2-e44de4dc2876d771d871255e72c6884b958c05eb.tar.gz SoopyV2-e44de4dc2876d771d871255e72c6884b958c05eb.tar.bz2 SoopyV2-e44de4dc2876d771d871255e72c6884b958c05eb.zip |
add apikey menu to first load
Diffstat (limited to 'features/settings')
-rw-r--r-- | features/settings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/settings/index.js b/features/settings/index.js index 6d41754..6aac1fa 100644 --- a/features/settings/index.js +++ b/features/settings/index.js @@ -147,7 +147,7 @@ class SettingPage extends GuiPage { let isHidden = meta.isHidden if(typeof isHidden === "string"){ - isHidden = require("../" + f + "/" + isHidden).default() + isHidden = require("../" + f + "/" + isHidden).hidden(this.FeatureManager) } if(isHidden) return |