aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/soopyGui/index.js3
-rw-r--r--metadata.json4
2 files changed, 4 insertions, 3 deletions
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js
index 9579194..9f1bb4b 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -121,7 +121,6 @@ class SoopyGui extends Feature {
theParent.children = []
this.mainWindowElement.addChild(this.categoryPage)
- this.mainWindowElement.addChild(this.backButton)
this.activePages = category.pages
this.currCategory = category
@@ -130,6 +129,8 @@ class SoopyGui extends Feature {
this.mainWindowElement.addChild(p)
})
+ this.mainWindowElement.addChild(this.backButton)
+
category.onOpen()
this.goToPageNum(1, anim)
diff --git a/metadata.json b/metadata.json
index de6e35d..a844448 100644
--- a/metadata.json
+++ b/metadata.json
@@ -5,8 +5,8 @@
"entry": "index.js",
"description": "SoopyV2",
"name": "SoopyV2",
- "version": "2.1.128",
- "versionId": 255,
+ "version": "2.1.129",
+ "versionId": 256,
"requires": [
"soopyApis",
"soopyAddonsData",