add delay config
This commit is contained in:
parent
eb9fa3d69a
commit
a0a1de5000
|
|
@ -31,3 +31,6 @@ registry.String('', _("""Paste.ee API Key""")))
|
|||
|
||||
conf.registerChannelValue(ASCII, 'pasteEnable',
|
||||
registry.Boolean(False, _("""Turns on and off paste.ee support""")))
|
||||
|
||||
conf.registerChannelValue(ASCII, 'delay',
|
||||
registry.Float(1.0, _("""Set the time delay betwen lines""")))
|
||||
|
|
|
|||
Loading…
Reference in New Issue