mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Spelling: ... src/modules/launcher (#3694)
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Microsoft.Plugin.Program.Views.Commands
|
||||
Main._settings
|
||||
.DisabledProgramSources
|
||||
.Where(t1 => !Main._settings
|
||||
.ProgramSources // program sourcces added above already, so exlcude
|
||||
.ProgramSources // program sources added above already, so exclude
|
||||
.Any(x => t1.UniqueIdentifier == x.UniqueIdentifier))
|
||||
.Select(x => x)
|
||||
.ToList()
|
||||
|
||||
Reference in New Issue
Block a user