From d36dbde865aec68f7fd564977cdf8e9c5912edbe Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 23 Nov 2021 23:01:10 +0800 Subject: - Finish streamgui - some more information in settings menus - random fixes --- features/soopyGui/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/soopyGui') 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) } -- cgit