mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-08 19:52:58 +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
|
||||
if global_ints.web_release_version > global_ints.release_version:
|
||||
print("There's an update!")
|
||||
elif global_ints.web_release_version == global_ints.release_version:
|
||||
print("There is no update!")
|
||||
# elif global_ints.web_release_version == global_ints.release_version:
|
||||
# print("There is no update!")
|
||||
|
||||
func refresh_descriptors():
|
||||
$"%1Acronym".text = global_ints.one_acronym
|
||||
|
@ -1 +1 @@
|
||||
3
|
||||
3
|
|
Loading…
Reference in New Issue
Block a user