Added file mode support

This commit is contained in:
deadvey
2026-03-29 20:23:59 +01:00
parent 7f49d241d8
commit 6ed1c6493e
3 changed files with 14 additions and 1 deletions

View File

@@ -23,3 +23,5 @@ if config['mode'] == 'timed':
dictate.timed(config)
if config['mode'] == 'quote':
dictate.quote(config)
if config['mode'] == 'file':
dictate.file(config)