mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Removed STAThread
This commit is contained in:
@@ -92,7 +92,6 @@ namespace Wox.Plugin.Indexer.SearchHelper
|
|||||||
queryHelper.QuerySorting = "System.DateModified DESC";
|
queryHelper.QuerySorting = "System.DateModified DESC";
|
||||||
}
|
}
|
||||||
|
|
||||||
[STAThread]
|
|
||||||
public IEnumerable<SearchResult> Search(string keyword, string pattern = "*", int maxCount = 100)
|
public IEnumerable<SearchResult> Search(string keyword, string pattern = "*", int maxCount = 100)
|
||||||
{
|
{
|
||||||
lock(_lock){
|
lock(_lock){
|
||||||
|
|||||||
Reference in New Issue
Block a user