Sort session path + names alphabetically, in menus with no header sort logic. Closes #1119

This commit is contained in:
Ansgar Becker
2020-08-10 21:23:37 +02:00
parent d577b06fe8
commit cd29cd244e

View File

@ -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;