diff options
author | bobzel <zzzman@gmail.com> | 2020-08-11 11:18:58 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-11 11:18:58 -0400 |
commit | 4c4978483c62f9031c7955f5db5e8f15789fcb50 (patch) | |
tree | 5a3ac95fd66e704a4564ccb42bf57387a817b627 /src/client/util/CurrentUserUtils.ts | |
parent | 201dc881e15292ee4a013c72b9e473779cf14e18 (diff) |
from last
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 10fdbf534..4fbc27cd3 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -912,8 +912,8 @@ export class CurrentUserUtils { doc.fontFamily = StrCast(doc.fontFamily, "Arial"); doc.fontColor = StrCast(doc.fontColor, "black"); doc.fontHighlight = StrCast(doc.fontHighlight, ""); - doc["default-collection-background"] = StrCast(doc["default-collection-background"], "white"); - doc["default-collection-nested-background"] = Cast(doc["default-collection-nested-background"], "string", null); + doc.activeCollectionBackground = StrCast(doc.activeCollectionBackground, "white"); + doc.activeCollectionNestedBackground = Cast(doc.activeCollectionNestedBackground, "string", null); doc.noviceMode = BoolCast(doc.noviceMode, true); doc["constants-snapThreshold"] = NumCast(doc["constants-snapThreshold"], 10); // doc["constants-dragThreshold"] = NumCast(doc["constants-dragThreshold"], 4); // |