aboutsummaryrefslogtreecommitdiff
path: root/features/soopyGui
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-23 23:01:10 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-23 23:01:10 +0800
commitd36dbde865aec68f7fd564977cdf8e9c5912edbe (patch)
tree41bb451cd1f8407a094a834a1cb1db301ff92bf7 /features/soopyGui
parentce112c714b740c0e9e958f2016091bd3f01d7ba6 (diff)
downloadSoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.gz
SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.bz2
SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.zip
- Finish streamgui
- some more information in settings menus - random fixes
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 904176a..8dc52de 100644
--- a/features/soopyGui/index.js
+++ b/features/soopyGui/index.js
@@ -191,6 +191,7 @@ class SoopyGui extends Feature {
this.mainWindowElement.location.location.x.set(0.075, 500)
// this.sidebarPage.visable = true
+ this.sidebarPage.clearChildren()
this.sidebarPage.addChild(child)
}