diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-07 17:24:45 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-07 17:24:45 +0800 |
commit | 5cd8bd6a4c0a61d3258816ae4a9666daade4d2da (patch) | |
tree | e48eedccaa1ed83e559d288d8afc76146f2bf736 /features/changeLogGUI | |
parent | 8392c362f9e9e5c387204b3a4ea78d15b9c69262 (diff) | |
download | SoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.tar.gz SoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.tar.bz2 SoopyV2-5cd8bd6a4c0a61d3258816ae4a9666daade4d2da.zip |
fixes
Diffstat (limited to 'features/changeLogGUI')
-rw-r--r-- | features/changeLogGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/changeLogGUI/index.js b/features/changeLogGUI/index.js index f12187d..11f0df7 100644 --- a/features/changeLogGUI/index.js +++ b/features/changeLogGUI/index.js @@ -153,7 +153,7 @@ class ChangelogPage extends GuiPage { }) this.updateTitle.setText("ยง0Update to SoopyV2 " + version) - this.updateButton.location.location.y.set(0.3 + this.warningMessage.getHeight(), 0) + this.updateButton.location.location.y.set(0.3, 0) this.openSidebarPage(this.updatingSidebar) } |