mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Added more 'alt' lookups
This commit is contained in:
parent
407c742bf9
commit
82a108714d
5 changed files with 194 additions and 30 deletions
|
@ -766,7 +766,7 @@ namespace IDE
|
|||
}
|
||||
}
|
||||
|
||||
if (mProjectNameMap.TryGetWith(projectName, var matchKey, var value))
|
||||
if (mProjectNameMap.TryGetAlt(projectName, var matchKey, var value))
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue