mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
check for invalid gate configs
This commit is contained in:
parent
e74e2479bd
commit
5b4cacfcc4
2 changed files with 7 additions and 1 deletions
|
@ -119,7 +119,7 @@ func on_gate_error(code: GateEvents.GateError) -> void:
|
|||
GateEvents.GateError.NOT_FOUND:
|
||||
set_progress("Gate not found", ProgressStatus.ERROR)
|
||||
GateEvents.GateError.INVALID_CONFIG:
|
||||
set_progress("Invalid gate config", ProgressStatus.ERROR)
|
||||
set_progress("Gate not found", ProgressStatus.ERROR)
|
||||
GateEvents.GateError.MISSING_PACK, GateEvents.GateError.MISSING_LIBS:
|
||||
set_progress("Cannot load gate resources", ProgressStatus.ERROR)
|
||||
_:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue