added a critical detail

This commit is contained in:
fourtf 2019-09-15 16:56:44 +02:00
parent a47ea5136c
commit b1bf60f286

View file

@ -13,7 +13,7 @@ Modes::Modes()
while (!file.atEnd())
{
auto line = QString(file.readLine());
auto line = QString(file.readLine()).trimmed();
// we need to know if it is a nightly build to disable updates on windows
if (line == "nightly")