aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-13 21:25:11 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-13 21:25:11 +0530
commitbb0bb3e1b0c38d5eff31e346745ef620b4302698 (patch)
tree04ffd185988e533b545b5bd1492940da2c071222 /src/client/documents/Documents.ts
parent8460f4e5c3a409a095e87a0b841b097d20a4e466 (diff)
import documents changes
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 {