mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 02:17:27 -04:00
bookmarks fix changing position on icon update
This commit is contained in:
parent
e70ce51e01
commit
941e214499
3 changed files with 15 additions and 5 deletions
|
@ -49,5 +49,5 @@ func star_gate(gate_d: Dictionary) -> void:
|
|||
gate.featured = true
|
||||
bookmarks.star(gate)
|
||||
|
||||
gate.icon = await FileDownloader.download(gate.icon_url)
|
||||
bookmarks.update(gate)
|
||||
var icon = await FileDownloader.download(gate.icon_url)
|
||||
bookmarks.update_icon(gate.url, icon)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue