Skip to content

Commit 8fc440d

Browse files
fix update checker
1 parent 8dc73c7 commit 8fc440d

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

export_presets.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ permissions/install_location_provider=false
129129
permissions/install_packages=false
130130
permissions/install_shortcut=false
131131
permissions/internal_system_window=false
132-
permissions/internet=false
132+
permissions/internet=true
133133
permissions/kill_background_processes=false
134134
permissions/location_hardware=false
135135
permissions/manage_accounts=false

src/ui_parts/update_menu.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ _headers: PackedStringArray, body: PackedByteArray) -> void:
8484
func display_error_message(msg: String) -> void:
8585
status_label.text = Translator.translate("Update check failed")
8686
results_panel.show()
87-
results_label.text = "%s\n[url=https://github.com/MewPurPur/GodSVG/releases]%s[/url]" %\
87+
results_label.text = "%s\n[url=https://github.com/syntaxerror247/GodSVG-Mobile/releases]%s[/url]" %\
8888
[msg, Translator.translate("View all releases")]
8989
retry_button.show()
9090

src/ui_parts/update_menu.tscn

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
[ext_resource type="Texture2D" uid="uid://cvh3kwbucf2n1" path="res://assets/icons/Reload.svg" id="2_x5og6"]
55

66
[node name="UpdateMenu" type="PanelContainer"]
7-
custom_minimum_size = Vector2(300, 160)
7+
custom_minimum_size = Vector2(330, 300)
88
anchors_preset = 8
99
anchor_left = 0.5
1010
anchor_top = 0.5
1111
anchor_right = 0.5
1212
anchor_bottom = 0.5
13-
offset_left = -89.5
14-
offset_top = -54.5
15-
offset_right = 89.5
16-
offset_bottom = 54.5
13+
offset_left = -165.0
14+
offset_top = -150.0
15+
offset_right = 165.0
16+
offset_bottom = 150.0
1717
grow_horizontal = 2
1818
grow_vertical = 2
1919
theme_type_variation = &"OverlayPanel"
@@ -41,6 +41,7 @@ disabled = true
4141

4242
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
4343
layout_mode = 2
44+
size_flags_vertical = 3
4445

4546
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/VBoxContainer"]
4647
layout_mode = 2

0 commit comments

Comments
 (0)