mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-03 23:25:46 -04:00
gate icon and undiscoverable mode
This commit is contained in:
parent
fb6cf98f2b
commit
414ad4eeda
18 changed files with 108 additions and 52 deletions
|
@ -115,6 +115,7 @@ func on_gate_entered() -> void:
|
|||
|
||||
|
||||
func on_gate_error(code: GateEvents.GateError) -> void:
|
||||
gate_events.download_progress.disconnect(show_progress)
|
||||
match code:
|
||||
GateEvents.GateError.NOT_FOUND:
|
||||
set_progress("Gate not found", ProgressStatus.ERROR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue