mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -04:00
support is_special in featured gates
This commit is contained in:
parent
dc75df3d60
commit
ca10a8482d
7 changed files with 18 additions and 11 deletions
|
@ -11,8 +11,8 @@ func _ready() -> void:
|
|||
bookmarks.on_unstar.connect(send_unbookmark)
|
||||
|
||||
|
||||
func send_bookmark(gate: Gate, featured: bool) -> void:
|
||||
if featured: return
|
||||
func send_bookmark(gate: Gate) -> void:
|
||||
if gate.featured: return
|
||||
analytics.send_event(AnalyticsEvents.bookmark(gate.url))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue