mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
fix(windows): commit review suggestions
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
e10c34fcf6
commit
e9fa2b863d
1 changed files with 7 additions and 5 deletions
|
|
@ -723,11 +723,13 @@ begin
|
|||
else
|
||||
begin
|
||||
// Since Package upgrade and Keyman upgrade share the installing state
|
||||
// the presense following package related switches means we should
|
||||
// skip running the update state machine HandleKmShell event
|
||||
SkipBUpdate := (FMode in [fmInstallTip,
|
||||
fmInstallTipsForPackages, fmRegisterTip, fmUpgradeKeyboards,
|
||||
fmUpgradeMnemonicLayout]);
|
||||
// the presence of the following package related switches means we
|
||||
// should skip running the update state machine HandleKmShell event
|
||||
SkipBUpdate := (FMode in [
|
||||
fmInstallTip, fmInstallTipsForPackages,
|
||||
fmRegisterTip, fmUpgradeKeyboards,
|
||||
fmUpgradeMnemonicLayout
|
||||
]);
|
||||
|
||||
SendToBUpdateSM := ShouldSendToBUpdateSM(FSilent, BUpdateSM, FMode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue