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 2bac6ba commit 73ebfa5Copy full SHA for 73ebfa5
Src/FmMain.pas
@@ -1402,8 +1402,8 @@ procedure TMainForm.InitForm;
1402
// Set window caption
1403
Application.Title := TAppInfo.ProgramCaption;
1404
Caption := TAppInfo.ProgramCaption;
1405
- if TWebInfo.UsingLocalHost then
1406
- Caption := Caption + ' [' + TWebInfo.LocalHost + ']';
+ if TWebInfo.UsingTestServer then
+ Caption := Caption + ' [' + TWebInfo.TestServerHost + ']';
1407
1408
// Restore window settings
1409
fWindowSettings := TMainWindowSettings.CreateStandAlone(Self); // auto-freed
0 commit comments