diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-08-14 03:04:36 +0800 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-08-14 03:04:36 +0800 |
commit | 31ddac9911d8510e257ed5a1837bde184d113d91 (patch) | |
tree | e5723c2a11be10370a51c9586332059f241a3ef3 /src/client/documents/Documents.ts | |
parent | 4c412452ea9886ca72af5efda4caa646aebe4f8a (diff) | |
parent | bb0bb3e1b0c38d5eff31e346745ef620b4302698 (diff) |
Merge remote-tracking branch 'origin/acls_uv' into presentation_updates
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 42ba4d2c4..3f0fe4626 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -209,6 +209,7 @@ export interface DocumentOptions { audioEnd?: number; // the time frame where the audio should stop playing border?: string; //for searchbox hovercolor?: string; + showNewButton?: boolean; // used in stacking view to not display the "+ NEW" button } class EmptyBox { |