mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 20:17:31 -04:00
remove is_cached arg
This commit is contained in:
parent
a0fd6de158
commit
fb587a6d30
6 changed files with 9 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue