aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/settings/index.js2
-rw-r--r--features/soopyGui/index.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/features/settings/index.js b/features/settings/index.js
index 3ff2a48..2ce076d 100644
--- a/features/settings/index.js
+++ b/features/settings/index.js
@@ -150,6 +150,8 @@ class SettingPage extends GuiPage {
onOpenPage(p){
if(p===1) this.updateSettingCategories()
+
+ this.closeSidebarPage()
}
updateSettingCategories(){
diff --git a/features/soopyGui/index.js b/features/soopyGui/index.js
index 6cb271c..4c8f571 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -47,7 +47,7 @@ class SoopyGui extends Feature {
this.categoryPage = new SoopyGuiElement().setLocation(0, 0, 1, 1)
- let title = new SoopyTextElement().setText("§0Soopy Addons!").setMaxTextScale(3).setLocation(0.1, 0.05, 0.5, 0.1)
+ let title = new SoopyTextElement().setText("§0SoopyV2!").setMaxTextScale(3).setLocation(0.1, 0.05, 0.5, 0.1)
this.categoryPage.addChild(title)
let discordButton = new ButtonWithArrow().setText("§0Discord").setLocation(0.7, 0.05, 0.25, 0.1)