Added persistant settings to recorder module

This commit is contained in:
Ryzerth
2020-12-09 19:45:32 +01:00
parent 9b1c9e9e29
commit 2c729bf646
4 changed files with 40 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
{
"Recorder": {
"directory": "%ROOT%/recordings",
"recMode": 1
}
}