mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Add items "Check for updates" and "About" to window menu of session manager. Fixes issue #1296
This commit is contained in:
@ -52,6 +52,7 @@ begin
|
||||
Application.Title := APPNAME;
|
||||
Application.UpdateFormatSettings := False;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.OnMessage := Mainform.OnMessageHandler;
|
||||
debug('perf: Main created.');
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user