Removed STAThread

This commit is contained in:
Alekhya Reddy
2020-04-08 09:19:49 -07:00
parent bb16313024
commit c4573e46a9

View File

@@ -92,7 +92,6 @@ namespace Wox.Plugin.Indexer.SearchHelper
queryHelper.QuerySorting = "System.DateModified DESC";
}
[STAThread]
public IEnumerable<SearchResult> Search(string keyword, string pattern = "*", int maxCount = 100)
{
lock(_lock){