remove is_cached arg

This commit is contained in:
Nordup 2024-12-06 10:01:32 +04:00
parent a0fd6de158
commit fb587a6d30
6 changed files with 9 additions and 10 deletions

View file

@ -36,7 +36,7 @@ func hide_buttons() -> void:
gate = null
func update_info(_gate: Gate, _is_cached: bool) -> void:
func update_info(_gate: Gate) -> void:
gate = _gate
if bookmarks.gates.has(gate.url):
bookmarks.update(gate)