aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-14 03:04:36 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-14 03:04:36 +0800
commit31ddac9911d8510e257ed5a1837bde184d113d91 (patch)
treee5723c2a11be10370a51c9586332059f241a3ef3 /src/client/documents/Documents.ts
parent4c412452ea9886ca72af5efda4caa646aebe4f8a (diff)
parentbb0bb3e1b0c38d5eff31e346745ef620b4302698 (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.ts1
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 {