feat: add toggle button for tc screen

This commit is contained in:
José Oliveira 2021-08-06 11:24:01 +01:00 committed by Josh Harvey
parent 0ae8c691c2
commit 576979f14f
2 changed files with 16 additions and 0 deletions

View file

@ -7,6 +7,7 @@ const configManager = require('../new-config-manager')
const plugins = require('../plugins')
const createTerms = terms => (terms.active && terms.text) ? ({
delay: terms.delay,
active: terms.active,
title: terms.title,
text: nmd(terms.text),