diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 12:25:02 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 12:25:02 -0400 |
commit | 34a8b9dd402a247e7ad0a57115935b1e3a04a8d3 (patch) | |
tree | 546701cfea5e7a8e79569b684a0d4bc0e06420e6 /src/server/authentication | |
parent | c03012fe8c9b77ddf3b7e6c589339eb9a0d967e6 (diff) |
cleaned up notifs and bottom menu icons
Diffstat (limited to 'src/server/authentication')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 7408fd92b..874f49f10 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -115,7 +115,6 @@ export class CurrentUserUtils { library.xMargin = 5; library.yMargin = 5; library.boxShadow = "1 1 3"; - library.workspaceLibrary = true; // flag that this is the document that shows the Notifications button when documents are shared Library.targetContainer = doc.sidebarContainer; Library.library = library; Library.onClick = ScriptField.MakeScript("this.targetContainer.proto = this.library"); |