mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
alignment no logic changes
This commit is contained in:
parent
d1be135b22
commit
2cc4e84c63
1 changed files with 4 additions and 4 deletions
|
|
@ -331,10 +331,10 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
||||||
.Where(t1 => !disabledProgramsList.Any(x => x.UniqueIdentifier == t1))
|
.Where(t1 => !disabledProgramsList.Any(x => x.UniqueIdentifier == t1))
|
||||||
.Distinct()
|
.Distinct()
|
||||||
.Select(x => Extension(x) switch
|
.Select(x => Extension(x) switch
|
||||||
{
|
{
|
||||||
ShortcutExtension => LnkProgram(x),
|
ShortcutExtension => LnkProgram(x),
|
||||||
_ => Win32Program(x)
|
_ => Win32Program(x)
|
||||||
}).Where(x => x.Valid);
|
}).Where(x => x.Valid);
|
||||||
return programs;
|
return programs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue