mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Removed STAThread
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user