diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 09:37:53 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-03 09:37:53 +0800 |
commit | be90cd09f07e8cd2112812036b1f6eb4942eb0b4 (patch) | |
tree | a927a5642d142271e09ddd29690ccfc91ba1899f /features/settings | |
parent | abcb0a5ff33c34faa91650ca41d3e83f3fffc295 (diff) | |
download | SoopyV2-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.js | 2 |
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(){ |