mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-12-22 07:29:54 +00:00
testing version checker
This commit is contained in:
parent
e26a622055
commit
63cbf49d15
@ -25,8 +25,8 @@ func _on_HTTPRequest_request_completed(_result, _response_code, _headers, body):
|
|||||||
global_ints.web_release_version = json.result
|
global_ints.web_release_version = json.result
|
||||||
if global_ints.web_release_version > global_ints.release_version:
|
if global_ints.web_release_version > global_ints.release_version:
|
||||||
print("There's an update!")
|
print("There's an update!")
|
||||||
elif global_ints.web_release_version == global_ints.release_version:
|
# elif global_ints.web_release_version == global_ints.release_version:
|
||||||
print("There is no update!")
|
# print("There is no update!")
|
||||||
|
|
||||||
func refresh_descriptors():
|
func refresh_descriptors():
|
||||||
$"%1Acronym".text = global_ints.one_acronym
|
$"%1Acronym".text = global_ints.one_acronym
|
||||||
|
@ -1 +1 @@
|
|||||||
3
|
3
|
|
Loading…
Reference in New Issue
Block a user