mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
cancel http request
This commit is contained in:
parent
e31fa51046
commit
db671ac9bf
3 changed files with 23 additions and 4 deletions
|
@ -38,7 +38,7 @@ func load_gate(config_url: String) -> void:
|
|||
func load_image(c_gate: ConfigGate) -> void:
|
||||
gate.image = await FileDownloader.download(c_gate.image_url)
|
||||
gate_events.gate_image_loaded_emit(gate)
|
||||
# finish without image
|
||||
# Finish without image
|
||||
|
||||
|
||||
func load_resources(c_gate: ConfigGate) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue