Test #6
This commit is contained in:
@@ -24,6 +24,10 @@ Modes::Modes()
|
||||
{
|
||||
this->isPortable = true;
|
||||
}
|
||||
else if (line.startsWith("test"))
|
||||
{
|
||||
this->test = line.mid(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ public:
|
||||
|
||||
bool isNightly{};
|
||||
bool isPortable{};
|
||||
QString test{};
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user