mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
Show last opened gates first
This commit is contained in:
parent
87869f1f9c
commit
467d61f16b
2 changed files with 3 additions and 0 deletions
|
@ -26,7 +26,9 @@ func update(gate: Gate) -> void:
|
|||
|
||||
var replace = gates[gate.url]
|
||||
|
||||
gates.erase(gate.url)
|
||||
gates[gate.url] = gate
|
||||
|
||||
starred_gates.erase(replace)
|
||||
starred_gates.append(gate)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue