mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
web: remove no longer needed code
The toolbar buttons have moved to config.js and are commented out by default.
This commit is contained in:
parent
1835d651f9
commit
96419ba1d3
@ -89,12 +89,3 @@ fi
|
||||
if [[ -f /config/custom-interface_config.js ]]; then
|
||||
cat /config/custom-interface_config.js >> /config/interface_config.js
|
||||
fi
|
||||
|
||||
# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
|
||||
# because it enabled by default, but not supported out of the box.
|
||||
if [[ $ENABLE_TRANSCRIPTIONS -ne 1 && "$ENABLE_TRANSCRIPTIONS" != "true" ]]; then
|
||||
sed -i \
|
||||
-e "s#'closedcaptions', ##" \
|
||||
/config/interface_config.js
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user