From 4fcb0b69f2b96c5ace46362490d54f1059eb1339 Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 22 Feb 2021 16:09:21 -0500 Subject: switched folders so that they're not marked as system anymore. made close menu appear unless something is a system doc. --- src/client/util/CurrentUserUtils.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/util') diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 064d4b3b6..288f75592 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -548,6 +548,7 @@ export class CurrentUserUtils { iconShape: "square", _stayInCollection: true, _hideContextMenu: true, + system: true, dontUndo: true, title, target, @@ -580,6 +581,7 @@ export class CurrentUserUtils { btn.color = "white"; btn._backgroundColor = ""; btn.dontUndo = true; + btn.system = true; if (btn.title === "Catalog" || btn.title === "My Files") { // migration from Catalog to My Files btn.target = Doc.UserDoc().myFilesystem; btn.title = "My Files"; -- cgit v1.2.3-70-g09d2