We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63912aa commit ce10238Copy full SHA for ce10238
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -102,7 +102,7 @@ public async Task InitAsync(PluginInitContext context)
102
103
var b = Task.Run(() =>
104
{
105
- Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|Win32Program index cost", IndexUwpPrograms);
+ Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|UWPPRogram index cost", IndexUwpPrograms);
106
});
107
108
if (cacheEmpty)
0 commit comments