Fix reverse condition

This commit is contained in:
弘韬 张 2020-10-19 20:37:40 +08:00
parent dd2d3c68c1
commit 6210454bbd

View file

@ -32,7 +32,7 @@ namespace Flow.Launcher.Infrastructure
{
if (_settings.ShouldUsePinyin)
{
if (_pinyinCache.ContainsKey(content))
if (!_pinyinCache.ContainsKey(content))
{
if (WordsHelper.HasChinese(content))
{