mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 06:30:55 +00:00
Merge pull request #4029 from overleaf/msm-symbol-palette-toggle
Added `symbol_palette` feature toggle GitOrigin-RevId: 0de00543d15f3f02a2130ac5abf30f35ac814684
This commit is contained in:
parent
f8cb1638d1
commit
5ea11cdf83
2 changed files with 2 additions and 0 deletions
|
@ -873,6 +873,7 @@ const ProjectController = {
|
|||
user.alphaProgram
|
||||
),
|
||||
showNewBinaryFileUI: shouldDisplayFeature('new_binary_file'),
|
||||
showSymbolPalette: shouldDisplayFeature('symbol_palette'),
|
||||
})
|
||||
timer.done()
|
||||
}
|
||||
|
|
|
@ -186,6 +186,7 @@ block append meta
|
|||
meta(name="ol-wsRetryHandshake" data-type="json" content=settings.wsRetryHandshake)
|
||||
meta(name="ol-showNewLogsUI" data-type="boolean" content=showNewLogsUI)
|
||||
meta(name="ol-logsUISubvariant" content=logsUISubvariant)
|
||||
meta(name="ol-showSymbolPalette" data-type="boolean" content=showSymbolPalette)
|
||||
|
||||
- var fileActionI18n = ['edited', 'renamed', 'created', 'deleted'].reduce((acc, i) => {acc[i] = translate('file_action_' + i); return acc}, {})
|
||||
meta(name="ol-fileActionI18n" data-type="json" content=fileActionI18n)
|
||||
|
|
Loading…
Reference in a new issue