diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-09 23:05:29 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-09 23:05:29 +0800 |
commit | cd40728731f045f6dc59e3700be2b54fdb6991b6 (patch) | |
tree | e01f583447a7375716a4b30040e2900c70519115 /features/changeLogGUI/index.js | |
parent | f8cef8855971383314f475829958bcdea2d49c96 (diff) | |
download | SoopyV2-cd40728731f045f6dc59e3700be2b54fdb6991b6.tar.gz SoopyV2-cd40728731f045f6dc59e3700be2b54fdb6991b6.tar.bz2 SoopyV2-cd40728731f045f6dc59e3700be2b54fdb6991b6.zip |
+make secret count render over heads
+ make secret count green when should be
+ meta
Diffstat (limited to 'features/changeLogGUI/index.js')
-rw-r--r-- | features/changeLogGUI/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/changeLogGUI/index.js b/features/changeLogGUI/index.js index 6b50fdb..d370b50 100644 --- a/features/changeLogGUI/index.js +++ b/features/changeLogGUI/index.js @@ -24,7 +24,7 @@ class ChangeLogGui extends Feature { onEnable() { this.initVariables() - + this.ChangelogPage = new ChangelogPage() this.latestAnnouncedVersion = this.ChangelogPage.currVersionId @@ -168,7 +168,7 @@ class ChangelogPage extends GuiPage { this.openSidebarPage(this.updatingSidebar) } - + downloadUpdate() { new Thread(() => { this.updatingSidebarConfirmPage.location.location.x.set(-1, 500) |