mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 05:15:59 +02:00
Added more 'alt' lookups
This commit is contained in:
parent
407c742bf9
commit
82a108714d
5 changed files with 194 additions and 30 deletions
|
@ -213,7 +213,7 @@ namespace IDE.ui
|
|||
{
|
||||
var fixedPath = scope String(path);
|
||||
IDEUtils.MakeComparableFilePath(fixedPath);
|
||||
if (sTimeCache.TryGetValue(fixedPath, var key, var value))
|
||||
if (sTimeCache.TryGet(fixedPath, var key, var value))
|
||||
{
|
||||
value.mCheckedTime = default;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue