Merge pull request #2378 from VictoriousRaptor/fix-edge-bm-workspace

Add Edge Workspace support
This commit is contained in:
VictoriousRaptor 2023-10-03 19:01:47 +08:00 committed by GitHub
commit 08cc8b50ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
switch (subElement.GetProperty("type").GetString())
{
case "folder":
case "workspace": // Edge Workspace
EnumerateFolderBookmark(subElement, bookmarks, source);
break;
default: