mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
add https to valid url
This commit is contained in:
parent
5b4cacfcc4
commit
cea98c332d
5 changed files with 1344 additions and 9 deletions
|
@ -54,5 +54,4 @@ func hide_message() -> void:
|
|||
|
||||
func reload_gate() -> void:
|
||||
var location = history.get_current()
|
||||
if Url.is_valid(location):
|
||||
gate_events.open_gate_emit(location)
|
||||
gate_events.open_gate_emit(location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue