From 2507d1abed3a470aa17c2d55520046d6f4d2ac78 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 30 Oct 2022 10:56:34 -0500 Subject: [PATCH] remove testing code --- Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index e2c0bf9ef..6a8b232e9 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -100,7 +100,7 @@ namespace Flow.Launcher.Plugin.Program.Programs { Title = title, SubTitle = Main._settings.HideAppsPath ? string.Empty : LnkResolvedPath ?? FullPath, - IcoPath = "https://media.wired.com/photos/598e35fb99d76447c4eb1f28/master/pass/phonepicutres-TA.jpg", + IcoPath = IcoPath, Score = matchResult.Score, TitleHighlightData = matchResult.MatchData, ContextData = this,