This commit is contained in:
Vic 2022-10-31 01:57:24 +08:00
parent c194d21948
commit 902c88df63

View file

@ -317,7 +317,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
} }
var iconPath = urlSection?["IconFile"]; var iconPath = urlSection?["IconFile"];
if (!String.IsNullOrEmpty(url)) if (!String.IsNullOrEmpty(iconPath))
{ {
program.IcoPath = iconPath; program.IcoPath = iconPath;
} }