diff options
author | louie <lshprung@yahoo.com> | 2020-08-02 19:26:52 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-08-02 19:26:52 -0700 |
commit | ae45bbeb76120c71e034459e550a52123cea9f0a (patch) | |
tree | f76160266ecb8fb3251245ab696d9e9d626ddc3f /read_cfg.c | |
parent | b8881cc837238c238b78436d9b156e206feea71e (diff) |
Set sort on by default, simplified entry_add
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; |