aboutsummaryrefslogtreecommitdiff
path: root/features/settings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-07 19:24:47 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-07 19:24:47 +0800
commite44de4dc2876d771d871255e72c6884b958c05eb (patch)
tree26bbc40b5a94072f1bd73c4bd472687e1cd62ef5 /features/settings
parentfb19a8b072e8529b9d90bd3fb322da31ca4911df (diff)
downloadSoopyV2-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.js2
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