mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
send gate_exit on search
This commit is contained in:
parent
689a1ad5a7
commit
5e9adfb7d4
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ func start() -> void:
|
|||
|
||||
|
||||
func send_search(query: String) -> void:
|
||||
if not gate_url.is_empty(): send_gate_exit()
|
||||
|
||||
analytics.send_event(AnalyticsEvents.search(query))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue