mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
added a critical detail
This commit is contained in:
parent
a47ea5136c
commit
b1bf60f286
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Modes::Modes()
|
||||||
|
|
||||||
while (!file.atEnd())
|
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
|
// we need to know if it is a nightly build to disable updates on windows
|
||||||
if (line == "nightly")
|
if (line == "nightly")
|
||||||
|
|
Loading…
Reference in a new issue