We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1bb9e commit 44b827dCopy full SHA for 44b827d
Src/FirstRun.UMain.pas
@@ -244,13 +244,13 @@ procedure TFirstRun.UpdateUserCfgFile(out Changes: TFirstRunCfgChangeSet);
244
fUserConfigFile.DeleteProxyServerSection;
245
end;
246
247
+ {$IFNDEF PORTABLE}
248
if fCommonConfigFile.FileVer < 7 then
249
begin
- {$IFNDEF PORTABLE}
250
fCommonConfigFile.DeleteRegistrationInfo;
251
fCommonConfigFile.DeleteProgramKey;
252
- {$ENDIF}
253
+ {$ENDIF}
254
255
fUserConfigFile.Stamp;
256
0 commit comments