diff options
Diffstat (limited to 'features/soopyGui/index.js')
-rw-r--r-- | features/soopyGui/index.js | 1 |
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) } |