Ignore:
Timestamp:
Dec 10, 2021, 11:40:17 AM (3 years ago)
Author:
chronos
Message:
  • Added: Remember last count value used in Generate contact form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGenerate.pas

    r62 r69  
    5959  );
    6060begin
     61  Core.GenerateCount := SpinEditCount.Value;
    6162  Core.PersistentForm1.Save(Self);
    6263end;
     
    7172begin
    7273  Core.PersistentForm1.Load(Self);
     74  SpinEditCount.Value := Core.GenerateCount;
    7375  UpdateInterface;
    7476end;
Note: See TracChangeset for help on using the changeset viewer.