mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Move creation of CopyTableForm from application startup to a place where it's done on demand.
This commit is contained in:
@ -796,7 +796,7 @@ end;
|
||||
procedure TMainForm.CopyTableExecute(Sender: TObject);
|
||||
begin
|
||||
// copy table
|
||||
CopyTableForm.ShowModal;
|
||||
CopyTableWindow(self);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user