mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
fix(developer): use correct cache key
This commit is contained in:
parent
2ac905c2ea
commit
dcff86c2eb
1 changed files with 1 additions and 1 deletions
|
|
@ -947,7 +947,7 @@ procedure TDebuggerHttpResponder.LoadFromCache;
|
|||
keyboard.Free;
|
||||
Continue;
|
||||
end;
|
||||
Self.FKeyboards.AddOrSetValue(ExtractFileName(keyboard.FFilename), keyboard);
|
||||
Self.FKeyboards.AddOrSetValue(keyboard.WebFilename, keyboard);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue