Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions windows/src/desktop/kmshell/main/UfrmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ procedure TfrmMain.cefBeforeBrowseSync(Sender: TObject; const Url: string;

procedure TfrmMain.Options_BaseKeyboard; // I4169
begin
// TODO change this dialog to run as current user and elevate on "ok" button:wq

WaitForElevatedConfiguration(Handle, '-basekeyboard');
// Refresh will be triggered by elevated process
end;
Expand Down