mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
faster startup time for control panel plugin
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Wox.Plugin.ControlPanel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Task.Run(() =>
|
||||||
|
{
|
||||||
var characters = controlPanelItems.Select(i => i.LocalizedString)
|
var characters = controlPanelItems.Select(i => i.LocalizedString)
|
||||||
.Concat(controlPanelItems.Select(i => i.InfoTip));
|
.Concat(controlPanelItems.Select(i => i.InfoTip));
|
||||||
|
|
||||||
@@ -46,6 +48,7 @@ namespace Wox.Plugin.ControlPanel
|
|||||||
Alphabet.PinyinComination(c);
|
Alphabet.PinyinComination(c);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Result> Query(Query query)
|
public List<Result> Query(Query query)
|
||||||
|
|||||||
Reference in New Issue
Block a user