Skip to content

Commit

Permalink
Browse DB: Bring back hasBookmarks
Browse files Browse the repository at this point in the history
(reference #48)
  • Loading branch information
piotrzarzycki21 committed Nov 22, 2023
1 parent 7c456cc commit 395d9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ package classes.managers
var bookmarks:Array = parseCustomBookmarksList(db.bookmarks);

var tmpVO:ServerVO = new ServerVO(db.name, db.type, db.url, db.nomadURL, db.server, db.database,
db.view, db.replicaID, true, db.bookmarkCount, bookmarks);
db.view, db.replicaID, db.hasBookmarks, db.bookmarkCount, bookmarks);
folders.push(tmpVO);
}

Expand Down

0 comments on commit 395d9ab

Please sign in to comment.