Browse Source

UPD: Default folder sorting method

Alexander Koblov 4 years ago
parent
commit
adaa8887ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/uglobs.pas

+ 1 - 1
src/uglobs.pas

@@ -1566,7 +1566,7 @@ begin
   gSortCaseSensitivity := cstNotSensitive;
   gSortCaseSensitivity := cstNotSensitive;
   gSortNatural := False;
   gSortNatural := False;
   gSortSpecial := False;
   gSortSpecial := False;
-  gSortFolderMode := sfmSortNameShowFirst;
+  gSortFolderMode := sfmSortLikeFileShowFirst;
   gNewFilesPosition := nfpSortedPosition;
   gNewFilesPosition := nfpSortedPosition;
   gUpdatedFilesPosition := ufpNoChange;
   gUpdatedFilesPosition := ufpNoChange;
   gFileSizeFormat := fsfFloat;
   gFileSizeFormat := fsfFloat;