mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-30 20:17:05 -04:00
gate info (wip)
This commit is contained in:
parent
d6add34302
commit
71b8d06c69
8 changed files with 379 additions and 155 deletions
|
@ -21,10 +21,10 @@ func search(query: String) -> void:
|
|||
return
|
||||
|
||||
for gate in gates:
|
||||
Debug.logr(gate["url"])
|
||||
var result: SearchResult = result_scene.instantiate()
|
||||
result.fill(gate)
|
||||
add_child(result)
|
||||
Debug.logr(gate["url"])
|
||||
|
||||
|
||||
func search_request(query: String) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue