Manager: Extend the serial_enabled list to 8 entries, fixes the manager.
This commit is contained in:
@@ -719,7 +719,7 @@ VMManagerSystem::setupVars() {
|
|||||||
// Serial
|
// Serial
|
||||||
// By default serial 1 and 2 are enabled unless otherwise specified
|
// By default serial 1 and 2 are enabled unless otherwise specified
|
||||||
static auto serial_match = QRegularExpression("serial\\d_enabled", QRegularExpression::CaseInsensitiveOption);
|
static auto serial_match = QRegularExpression("serial\\d_enabled", QRegularExpression::CaseInsensitiveOption);
|
||||||
QList<bool> serial_enabled = {true, true, false, false};
|
QList<bool> serial_enabled = {true, true, false, false, false, false, false, false};
|
||||||
// Parallel
|
// Parallel
|
||||||
// By default lpt 1 is enabled unless otherwise specified
|
// By default lpt 1 is enabled unless otherwise specified
|
||||||
static auto lpt_match = QRegularExpression("lpt\\d_enabled", QRegularExpression::CaseInsensitiveOption);
|
static auto lpt_match = QRegularExpression("lpt\\d_enabled", QRegularExpression::CaseInsensitiveOption);
|
||||||
|
|||||||
Reference in New Issue
Block a user