mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Move creation of tablecomment from application startup to a place where it's done on demand.
This commit is contained in:
@ -45,7 +45,6 @@ begin
|
||||
Application.Title := APPNAME;
|
||||
Application.CreateForm(TMainForm, MainForm); debug('perf: Main created.');
|
||||
|
||||
Application.CreateForm(Ttablecomment, tablecomment); debug('perf: tablecomment created.');
|
||||
Application.CreateForm(Tloaddataform, loaddataform); debug('perf: loaddata created.');
|
||||
Application.CreateForm(TprintlistForm, printlistForm); debug('perf: printlist created.');
|
||||
Application.CreateForm(TCopyTableForm, CopyTableForm); debug('perf: CopyTable created.');
|
||||
|
Reference in New Issue
Block a user