mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ProcessKiller: do not convert paths to lower-case
for consistency with other plugins
This commit is contained in:
parent
d0e196cfed
commit
a52575cc17
1 changed files with 1 additions and 2 deletions
|
|
@ -150,8 +150,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller
|
|||
{
|
||||
try
|
||||
{
|
||||
var path = GetProcessFilename(p);
|
||||
return path.ToLower();
|
||||
return GetProcessFilename(p);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue