Merge pull request #4727 from keymanapp/fix/windows/4725-ensure-profiles-reinstalled-during-setup

fix(windows): ensure profiles are reinstalled during setup
This commit is contained in:
Marc Durdin 2021-03-19 19:00:14 +11:00 • committed by GitHub
commit 8f7d5fd665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,9 +229,6 @@ var
RegistrationRequired: WordBool;
i: Integer;
begin
if not ShouldRun then
Exit;
r := TRegistry.Create;
strings := TStringList.Create;
try