From e77c7da068856916601f344ed7d6a8e552e09e2b Mon Sep 17 00:00:00 2001 From: notdraimdev Date: Thu, 10 Oct 2024 14:29:37 +0200 Subject: [PATCH] jaja --- Main.tscn | 10 +--------- update_checker.gd | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Main.tscn b/Main.tscn index 56672b8..920117c 100644 --- a/Main.tscn +++ b/Main.tscn @@ -832,14 +832,6 @@ offset_right = 179.0 offset_bottom = -11.0 grow_vertical = 0 -[node name="DiscordMenuHolder" type="Control" parent="."] -layout_mode = 3 -anchors_preset = 0 -offset_left = 1042.0 -offset_top = 174.0 -offset_right = 1082.0 -offset_bottom = 214.0 - [node name="Version" type="Label" parent="."] layout_mode = 1 anchors_preset = 3 @@ -851,7 +843,7 @@ offset_left = -64.0 offset_top = -23.0 grow_horizontal = 0 grow_vertical = 0 -text = "v1.4.6" +text = "v1.4.6h1" horizontal_alignment = 2 [node name="SettingsButton" type="Button" parent="."] diff --git a/update_checker.gd b/update_checker.gd index 4cc5afb..9339393 100644 --- a/update_checker.gd +++ b/update_checker.gd @@ -21,7 +21,7 @@ var updateLink:String const UPDATE_THROTTLE = 600 func _ready() -> void: - + hide() if CheckForUpdates: check_for_updates()