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
71dad9f356
commit
0c7dc07c74
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ namespace Flow.Launcher.Plugin.Program
|
|||
return false;
|
||||
}
|
||||
|
||||
// Second check the ink path
|
||||
// Second check the lnk path
|
||||
if (!string.IsNullOrEmpty(win32.LnkResolvedPath))
|
||||
{
|
||||
var inkFileName = Path.GetFileName(win32.FullPath);
|
||||
|
|
|
|||
Loading…
Reference in a new issue