From 4429a0565888d9118e37f1e58dec300220831661 Mon Sep 17 00:00:00 2001 From: aidahosa1 Date: Sat, 11 May 2024 22:30:39 -0400 Subject: transformations are being unbelieveably silly rn --- src/client/documents/Documents.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/client/documents') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 1c57c5d63..77cc5f51e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -499,9 +499,10 @@ export class DocumentOptions { userBackgroundColor?: STRt = new StrInfo('background color associated with a Dash user (seen in header fields of shared documents)'); userColor?: STRt = new StrInfo('color associated with a Dash user (seen in header fields of shared documents)'); - 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'); + cardSort?: STRt = new StrInfo('way cards are sorted in deck view'); + // 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'); } -- cgit v1.2.3-70-g09d2