Skip to content

Commit ce10238

Browse files
Fix typo
1 parent 63912aa commit ce10238

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public async Task InitAsync(PluginInitContext context)
102102

103103
var b = Task.Run(() =>
104104
{
105-
Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|Win32Program index cost", IndexUwpPrograms);
105+
Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|UWPPRogram index cost", IndexUwpPrograms);
106106
});
107107

108108
if (cacheEmpty)

0 commit comments

Comments
 (0)