From f738601ac9b497334e17835535f7572c961ee373 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 27 Aug 2020 12:56:47 -0400 Subject: from last --- src/client/util/CurrentUserUtils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index ef7beb030..2c9c870aa 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -756,12 +756,12 @@ export class CurrentUserUtils { return doc.myPresentations as any as Doc; } - static setupInactiveDocs(doc: Doc) { + static setupRecentlyClosedDocs(doc: Doc) { // setup Recently Closed library item doc.myRecentlyClosedDocs === undefined; if (doc.myRecentlyClosedDocs === undefined) { doc.myRecentlyClosedDocs = new PrefetchProxy(Docs.Create.TreeDocument([], { - title: "Inactive", _height: 500, + title: "Recently Closed", _height: 500, treeViewHideTitle: true, _xMargin: 5, _yMargin: 5, _gridGap: 5, forceActive: true, childDropAction: "alias", treeViewTruncateTitleWidth: 150, hideFilterView: true, treeViewPreventOpen: false, lockedPosition: true, boxShadow: "0 0", dontRegisterChildViews: true, targetDropAction: "same", system: true @@ -801,7 +801,7 @@ export class CurrentUserUtils { await CurrentUserUtils.setupToolsBtnPanel(doc); CurrentUserUtils.setupDashboards(doc); CurrentUserUtils.setupPresentations(doc); - CurrentUserUtils.setupInactiveDocs(doc); + CurrentUserUtils.setupRecentlyClosedDocs(doc); CurrentUserUtils.setupUserDoc(doc); } -- cgit v1.2.3-70-g09d2