We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dad9f commit 0c7dc07Copy full SHA for 0c7dc07
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -136,7 +136,7 @@ private bool HideUninstallersFilter(IProgram program)
136
return false;
137
}
138
139
- // Second check the ink path
+ // Second check the lnk path
140
if (!string.IsNullOrEmpty(win32.LnkResolvedPath))
141
{
142
var inkFileName = Path.GetFileName(win32.FullPath);
0 commit comments