mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 02:17:27 -04:00
fix open_gate url
This commit is contained in:
parent
6d00c9ecc2
commit
a0ffdccadd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ var current_gate: Gate
|
|||
|
||||
func open_gate_emit(url: String) -> void:
|
||||
current_gate_url = Url.fix_gate_url(url)
|
||||
open_gate.emit(url)
|
||||
open_gate.emit(current_gate_url)
|
||||
|
||||
|
||||
func search_pressed_emit(url: String) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue