From 5cd8bd6a4c0a61d3258816ae4a9666daade4d2da Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 7 May 2022 17:24:45 +0800 Subject: fixes --- features/changeLogGUI/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/changeLogGUI') 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) } -- cgit