Ignore:
Timestamp:
Jun 25, 2024, 12:49:07 AM (3 months ago)
Author:
chronos
Message:
  • Fixed: Fully terminate the application on main form closure.
  • Fixed: Error if players stats opened.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r317 r319  
    236236  Core.Core.UnitShapeVisible := AUnitShapeVisible.Checked;
    237237  Core.Core.Done;
     238  Application.Terminate;
    238239end;
    239240
Note: See TracChangeset for help on using the changeset viewer.