mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Sort session path + names alphabetically, in menus with no header sort logic. Closes #1119
This commit is contained in:
@@ -4143,6 +4143,7 @@ begin
|
||||
Sessions.Add(ParentPath+Names[i]);
|
||||
for i:=0 to Folders.Count-1 do
|
||||
GetSessionPaths(ParentPath+Folders[i]+'\', Sessions);
|
||||
Sessions.Sort;
|
||||
Names.Free;
|
||||
Folders.Free;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user