diff --git a/Flow.Launcher/Storage/TopMostRecord.cs b/Flow.Launcher/Storage/TopMostRecord.cs index aaf7194e7..d604eabc1 100644 --- a/Flow.Launcher/Storage/TopMostRecord.cs +++ b/Flow.Launcher/Storage/TopMostRecord.cs @@ -243,6 +243,9 @@ namespace Flow.Launcher.Storage } } + /// + /// Because ConcurrentBag does not support serialization, we need to convert it to a List + /// public class ConcurrentDictionaryConcurrentBagConverter : JsonConverter>> { public override ConcurrentDictionary> Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)