mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #4143 from overleaf/ae-symbol-palette-alpha
Enable symbol palette for alpha users GitOrigin-RevId: d2580372fc5348450456454748122a2d9f4d2fd8
This commit is contained in:
@@ -901,7 +901,10 @@ const ProjectController = {
|
||||
user.betaProgram || user.alphaProgram
|
||||
),
|
||||
showNewBinaryFileUI: shouldDisplayFeature('new_binary_file'),
|
||||
showSymbolPalette: shouldDisplayFeature('symbol_palette'),
|
||||
showSymbolPalette: shouldDisplayFeature(
|
||||
'symbol_palette',
|
||||
user.alphaProgram
|
||||
),
|
||||
trackPdfDownload: partOfPdfCachingRollout('collect-metrics'),
|
||||
enablePdfCaching: partOfPdfCachingRollout('enable-caching'),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user