diff options
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) } |