mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
feat(windows): update comments for clarity
This commit is contained in:
parent
6b40ff86a7
commit
39b8bb6378
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ end;
|
|||
|
||||
function InstallingState.HandleKmShell;
|
||||
begin
|
||||
// Should not be called while in installing state MSI installer may have
|
||||
// Should not be possible while called in InstallingState. The MSI installer may have
|
||||
// failed. Clean Up and return to Idle
|
||||
bucStateContext.RemoveCachedFiles;
|
||||
ChangeState(IdleState);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue