mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
Fix duplicated bookmarks bug
This commit is contained in:
parent
ce81c97def
commit
fb8af885ab
@ -108,10 +108,10 @@ func openBkmkModal(name string, exists bool, favicon string) (string, int) {
|
||||
return bkmkModalText, action
|
||||
}
|
||||
|
||||
var bkmkPageRaw = "# Bookmarks\r\n\r\n"
|
||||
|
||||
// Bookmarks displays the bookmarks page on the current tab.
|
||||
func Bookmarks(t *tab) {
|
||||
bkmkPageRaw := "# Bookmarks\r\n\r\n"
|
||||
|
||||
// Gather bookmarks
|
||||
m, keys := bookmarks.All()
|
||||
for i := range keys {
|
||||
|
Loading…
Reference in New Issue
Block a user