mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
comments
This commit is contained in:
@@ -142,6 +142,7 @@ namespace Wox.Plugin.Program.Programs
|
|||||||
// todo can't find api, so just hard code it
|
// todo can't find api, so just hard code it
|
||||||
if (Location.Contains("SystemApps") || Location.Contains("WindowsApps"))
|
if (Location.Contains("SystemApps") || Location.Contains("WindowsApps"))
|
||||||
{
|
{
|
||||||
|
// we must parse AppInfo first, because we want to make sure AppListEntry != "none"
|
||||||
var infos = AppInfos();
|
var infos = AppInfos();
|
||||||
if (infos.Length > 0)
|
if (infos.Length > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user