We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1835d65 commit 96419baCopy full SHA for 96419ba
web/rootfs/etc/cont-init.d/10-config
@@ -89,12 +89,3 @@ fi
89
if [[ -f /config/custom-interface_config.js ]]; then
90
cat /config/custom-interface_config.js >> /config/interface_config.js
91
fi
92
-
93
-# It will remove parameter 'closedcaptions' from TOOLBAR_BUTTONS if ENABLE_TRANSCRIPTIONS is false,
94
-# because it enabled by default, but not supported out of the box.
95
-if [[ $ENABLE_TRANSCRIPTIONS -ne 1 && "$ENABLE_TRANSCRIPTIONS" != "true" ]]; then
96
- sed -i \
97
- -e "s#'closedcaptions', ##" \
98
- /config/interface_config.js
99
-fi
100
0 commit comments