diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 21:30:02 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 21:30:02 -0400 |
commit | 6c7615110dcf8334196bbfddfd89b684e4ceee4f (patch) | |
tree | 9f3649d5788ae0bba4ba352bb78ebdce81464c46 /src/client/documents/Documents.ts | |
parent | 10ae244338383662992350b2b6f6ef80106558c3 (diff) |
GOD IS GOOD
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 57f91399a..eded2b485 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -502,6 +502,8 @@ export class DocumentOptions { cardSort?: STRt = new StrInfo('way cards are sorted in deck view'); customSortNumber?: NUMt = new NumInfo('number of custom sorts the user has created'); customHashMap?: List<string> + visibleGroupNumbers?: List<number> + // card_sort_time?: BOOLt = new BoolInfo('whether sorting cards in deck view by time'); // card_sort_type?: BOOLt = new BoolInfo('whether sorting cards in deck view by type'); // card_sort_color?: BOOLt = new BoolInfo('whether sorting cards in deck view by color'); |