mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 15:08:11 +00:00
Enable new PDF preview for alpha users (#5410)
GitOrigin-RevId: 19b1d8045ddff525fbd738526bc02b64f38c3726
This commit is contained in:
parent
4274782443
commit
1d9615b672
1 changed files with 4 additions and 1 deletions
|
@ -872,7 +872,10 @@ const ProjectController = {
|
|||
'new_navigation_ui',
|
||||
true
|
||||
),
|
||||
showNewPdfPreview: shouldDisplayFeature('new_pdf_preview', false),
|
||||
showNewPdfPreview: shouldDisplayFeature(
|
||||
'new_pdf_preview',
|
||||
user.alphaProgram
|
||||
),
|
||||
showSymbolPalette: shouldDisplayFeature(
|
||||
'symbol_palette',
|
||||
user.alphaProgram || user.betaProgram
|
||||
|
|
Loading…
Add table
Reference in a new issue