feat(windows): address review comments

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
rc-swag 2025-11-24 16:26:06 +10:00 committed by GitHub
parent bc927bc4c3
commit 2d800b2008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#keymanx64
#
# Shared configuration for all meson-based builds
#
# This file has the master location /resources/build/meson/standard.meson.build,

View file

@ -269,7 +269,7 @@ type
procedure RecreateTaskbarIcons;
function StartKeymanEngine: Boolean;
procedure StartKeymanHPX64;
procedure StartKeymanHParm64; // TODO could combine this function
procedure StartKeymanHParm64; // TODO-WIN-ARM: could combine this function
procedure OpenTextEditor;
//function GetCachedKeymanID(hkl: DWORD): DWORD;
procedure ShowLanguageSwitchForm;
@ -1327,7 +1327,7 @@ begin
kmint.KeymanEngineControl.RestartEngine; // I1486
StartKeymanHPX64;
StartKeymanHPARM64
StartKeymanHPARM64;
end;