feat: add toggle button for tc screen
This commit is contained in:
parent
0ae8c691c2
commit
576979f14f
2 changed files with 16 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue