mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-05 23:27:40 +00:00
Fixes IKeymanControl::OpenConfiguration giving noop
This commit is contained in:
parent
4924dfe987
commit
cdeb36977a
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ end;
|
|||
|
||||
procedure TKeymanControl.OpenConfiguration;
|
||||
begin
|
||||
RunKeymanConfiguration('');
|
||||
RunKeymanConfiguration('-c');
|
||||
end;
|
||||
|
||||
procedure TKeymanControl.OpenDiagnostics;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue