aboutsummaryrefslogtreecommitdiff
path: root/features/soopyGui
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-02 12:48:24 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-02 12:48:24 +0800
commit2776d9ae74bfc2638c54389d687e921786f2139e (patch)
tree752108cf40d8c41a1625c42db3a5e0c7a1ec9186 /features/soopyGui
parent74dea92c426b91bb5520122d4dccc64fd6e46d1c (diff)
parent3b5ef4996a71209208b2d92ab91980100da1428d (diff)
downloadSoopyV2-2776d9ae74bfc2638c54389d687e921786f2139e.tar.gz
SoopyV2-2776d9ae74bfc2638c54389d687e921786f2139e.tar.bz2
SoopyV2-2776d9ae74bfc2638c54389d687e921786f2139e.zip
Merge branch 'master' of https://github.com/Soopyboo32/SoopyV2
Diffstat (limited to 'features/soopyGui')
-rw-r--r--features/soopyGui/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js
index 4917db6..a22deb1 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -87,6 +87,7 @@ class SoopyGui extends Feature {
}
addCategory(category){
+ // this.pages = this.pages.filter(a=>a.name!==category.name)
this.pages.push(category)
this.sortPages()