mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
c194d21948
commit
902c88df63
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue