Skip to content

Commit

Permalink
Add Edge Workspaces support
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriousRaptor committed Oct 3, 2023
1 parent a1d7e44 commit 07e77e7
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 07e77e7

Please sign in to comment.