aboutsummaryrefslogtreecommitdiff
path: root/features/settings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 09:37:53 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-03 09:37:53 +0800
commitbe90cd09f07e8cd2112812036b1f6eb4942eb0b4 (patch)
treea927a5642d142271e09ddd29690ccfc91ba1899f /features/settings
parentabcb0a5ff33c34faa91650ca41d3e83f3fffc295 (diff)
downloadSoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.tar.gz
SoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.tar.bz2
SoopyV2-be90cd09f07e8cd2112812036b1f6eb4942eb0b4.zip
change gui text to "SoopyV2" from "Soopy Addons"
make setting more info pane close when changing page
Diffstat (limited to 'features/settings')
-rw-r--r--features/settings/index.js2
1 files changed, 2 insertions, 0 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(){