Skip to content

Commit

Permalink
Merge pull request #2378 from VictoriousRaptor/fix-edge-bm-workspace
Browse files Browse the repository at this point in the history
Add Edge Workspace support
  • Loading branch information
VictoriousRaptor authored Oct 3, 2023
2 parents a5348cc + 07e77e7 commit 08cc8b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private void EnumerateFolderBookmark(JsonElement folderElement, List<Bookmark> b
switch (subElement.GetProperty("type").GetString())
{
case "folder":
case "workspace": // Edge Workspace
EnumerateFolderBookmark(subElement, bookmarks, source);
break;
default:
Expand Down

0 comments on commit 08cc8b5

Please sign in to comment.