Flow.Launcher/Plugins
Rick 7fe166d18b
avoid exception in ChromiumBookmarkLoader.cs
Every time I start Flow Launcher since the plugins refactor, the Bookmarks plugin has been throwing an exception.  The issue stems from it parsing the Bookmarks file, and assuming that every JsonElement in the "roots" element is a JsonValueKind.Object.  My Bookmarks file though has a JsonValueKind.String value off the roots key of `"sync_transaction_version": "20297",` along-side the bookmark_bar, other, and synced keys, which ARE objects.  When it hits that sync_transaction_version string, and calls EnumerateFolderBookmark with it, it gets into the method because it IS a JsonElement, but then throws an exception on the folderElement.TryGetProperty("children", ...) call because you can't call TryGetProperty on a String, only Objects.
2022-03-08 20:54:54 -05:00
..
Flow.Launcher.Plugin.BrowserBookmark avoid exception in ChromiumBookmarkLoader.cs 2022-03-08 20:54:54 -05:00
Flow.Launcher.Plugin.Calculator Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Flow.Launcher.Plugin.Explorer version bump plugins after merge 2022-01-19 21:34:18 +11:00
Flow.Launcher.Plugin.PluginIndicator Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Flow.Launcher.Plugin.PluginsManager version bump PluginsManager 2022-02-02 07:32:46 +11:00
Flow.Launcher.Plugin.ProcessKiller version bump plugins after merge 2022-01-19 21:34:18 +11:00
Flow.Launcher.Plugin.Program version bump plugins after merge 2022-01-19 21:34:18 +11:00
Flow.Launcher.Plugin.Shell Merge remote-tracking branch 'origin/master' into resolve_1_9_2_merge_conflict 2022-02-28 14:16:19 +11:00
Flow.Launcher.Plugin.Sys version bump plugins after merge 2022-01-19 21:34:18 +11:00
Flow.Launcher.Plugin.Url version bump plugins after merge 2022-01-19 21:34:18 +11:00
Flow.Launcher.Plugin.WebSearch update readme 2022-03-04 10:00:07 +11:00
Flow.Launcher.Plugin.WindowsSettings fix typo for plugin title in context menu and WindowsSettings name 2022-03-02 21:26:24 +11:00