mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Bind session parameter object to session manager list nodes, to be able to show the right vendor icon in that list.
This commit is contained in:
@ -284,7 +284,7 @@ begin
|
||||
MainReg.OpenKey(RegPath + REGKEY_SESSIONS, True);
|
||||
MainReg.GetKeyNames(SessionNames);
|
||||
for i:=0 to SessionNames.Count-1 do begin
|
||||
if SessionNames[i] <> Mainform.ActiveConnection.SessionName then
|
||||
if SessionNames[i] <> Mainform.ActiveConnection.Parameters.SessionName then
|
||||
comboExportOutputType.Items.Add(OUTPUT_SERVER+SessionNames[i]);
|
||||
end;
|
||||
if (idx > -1) and (idx < comboExportOutputType.Items.Count) then
|
||||
|
Reference in New Issue
Block a user