Tools/DebugServer: Display milliseconds in logged event time.

This commit is contained in:
wp_xyz 2024-10-13 00:27:43 +02:00
parent 9267b9c1e8
commit f42f955821

View File

@ -164,6 +164,7 @@ end;
procedure TMainForm.FormCreate(Sender: TObject);
begin
FormatSettings.LongTimeFormat := 'hh:nn:ss.zzz';
LoadSettings;
If Not FShowOnStartup Then
Hide;