Skip to content

Commit fdbb183

Browse files
Remove readonly to reload correctly
1 parent d537ce2 commit fdbb183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/PinyinAlphabet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Flow.Launcher.Infrastructure
1414
{
1515
public class PinyinAlphabet : IAlphabet
1616
{
17-
private readonly ConcurrentDictionary<string, (string translation, TranslationMapping map)> _pinyinCache =
17+
private ConcurrentDictionary<string, (string translation, TranslationMapping map)> _pinyinCache =
1818
new();
1919

2020
private readonly Settings _settings;

0 commit comments

Comments
 (0)