We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f41d commit 6bd0840Copy full SHA for 6bd0840
src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/Helper/RegistryHelper.cs
@@ -104,7 +104,8 @@ internal static ICollection<RegistryEntry> SearchForSubKey(in RegistryKey baseKe
104
105
if (result.Count == 0)
106
{
107
- return FindSubKey(subKey, string.Empty);
+ // If a subKey can't be found, show no results.
108
+ break;
109
}
110
111
if (result.Count == 1 && index < subKeysNames.Length)
0 commit comments