diff options
Diffstat (limited to 'read_cfg.c')
-rw-r--r-- | read_cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ int compmode = 0; //1 -> WSL //maybe more later? -//turn on or off sorting (A-Z) -bool sort = 0; +//turn on or off sorting (A-Z); On by default +bool sort = 1; //set to true to automatically try to create a human readable name for an entry bool hr = false; |