This commit is contained in:
fourtf
2019-10-05 14:40:20 +02:00
parent 3a8f91d6f6
commit 533516a9ed
3 changed files with 48 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ Modes::Modes()
{
this->isPortable = true;
}
else if (line.startsWith("test"))
{
this->test = line.mid(4);
}
}
}