mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
chore(developer): address review comments
This commit is contained in:
parent
45f97988cf
commit
d2cfd5cc7e
2 changed files with 2 additions and 2 deletions
|
|
@ -316,7 +316,7 @@ begin
|
|||
//TBX.TBXSetTheme('OfficeXP2');
|
||||
if TikeActive then Exit;
|
||||
Application.CreateForm(TmodWebHttpServer, modWebHttpServer);
|
||||
try
|
||||
try
|
||||
Application.CreateForm(TfrmKeymanDeveloper, frmKeymanDeveloper);
|
||||
Application.Run;
|
||||
finally
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ var
|
|||
ss: TStringStream;
|
||||
begin
|
||||
try
|
||||
fs := TFileStream.Create(TKeymanDeveloperPaths.ServerDataPath + 'pid.json', fmOpenRead);
|
||||
fs := TFileStream.Create(Filename, fmOpenRead);
|
||||
try
|
||||
ss := TStringStream.Create('', TEncoding.UTF8);
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue