From 1699216c99301c259e44cf7cc5de9b20d4e9363d Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Sat, 15 May 2021 11:15:02 +0200 Subject: [PATCH] fix(config) remove reference to interface_config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 623cec1ce..b306b8dbc 100644 --- a/config.js +++ b/config.js @@ -611,8 +611,8 @@ var config = { // localRecording: { // Enables local recording. // Additionally, 'localrecording' (all lowercase) needs to be added to - // TOOLBAR_BUTTONS in interface_config.js for the Local Recording - // button to show up on the toolbar. + // the `toolbarButtons`-array for the Local Recording button to show up + // on the toolbar. // // enabled: true, //