Add 'R' toggle key + fixes from initial testing

This commit is contained in:
Charles J. Cliffe
2017-10-12 00:07:05 -04:00
parent f8e51df8cd
commit 38fab6ac51
8 changed files with 42 additions and 10 deletions
+1 -1
View File
@@ -756,7 +756,7 @@ bool AppConfig::load() {
DataNode *rec_node = cfg.rootNode()->getNext("recording");
if (rec_node->hasAnother("path")) {
DataNode *rec_path = cfg.rootNode()->getNext("path");
DataNode *rec_path = rec_node->getNext("path");
recordingPath = rec_path->element()->toString();
}
}