This commit is contained in:
Jeremy Wu 2025-01-26 09:34:07 +11:00 committed by GitHub
parent 71dad9f356
commit 0c7dc07c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);