mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Edge Workspaces support
This commit is contained in:
parent
a1d7e44af2
commit
07e77e7a41
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue