Apply nightly update logic to macOS and Linux too (#2164)

This commit is contained in:
pajlada
2020-11-08 10:32:55 +01:00
committed by GitHub
parent c3ff98da87
commit 29d0ef6923
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -240,13 +240,11 @@ void Updates::checkForUpdates()
return;
}
// Disable updates if on nightly and windows.
#ifdef Q_OS_WIN
// Disable updates if on nightly
if (Modes::instance().isNightly)
{
return;
}
#endif
QString url =
"https://notitia.chatterino.com/version/chatterino/" CHATTERINO_OS "/" +