Skip to content

Commit

Permalink
feat(api): Adds a print about overwritten config via iframeAPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jan 30, 2025
1 parent 5607e50 commit 5b5e233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/API/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,8 @@ function initCommands() {
'overwrite-config': config => {
const whitelistedConfig = getWhitelistedJSON('config', config);

logger.info(`Overwriting config with: ${JSON.stringify(whitelistedConfig)}`);

APP.store.dispatch(overwriteConfig(whitelistedConfig));
},
'toggle-virtual-background': () => {
Expand Down

0 comments on commit 5b5e233

Please sign in to comment.