IGFD: finally fix sorting

This commit is contained in:
tildearrow 2023-06-10 14:37:08 -05:00
parent 599244e1bc
commit 2fe315e5d7
3 changed files with 8 additions and 9 deletions

View file

@ -80,9 +80,9 @@
//#define DateTimeFormat "%Y/%m/%d %i:%M%p"
// theses icons will appear in table headers
//#define USE_CUSTOM_SORTING_ICON
//#define tableHeaderAscendingIcon "A|"
//#define tableHeaderDescendingIcon "D|"
#define USE_CUSTOM_SORTING_ICON
#define tableHeaderAscendingIcon ICON_FA_CHEVRON_UP " "
#define tableHeaderDescendingIcon ICON_FA_CHEVRON_DOWN " "
//#define tableHeaderFileNameString " File name"
//#define tableHeaderFileTypeString " Type"
//#define tableHeaderFileSizeString " Size"