dev: specify nightly tag through cmake instead of modes file (#6798)

This commit is contained in:
pajlada
2026-02-08 11:59:34 +01:00
committed by GitHub
parent f7aa5959c1
commit 43ac9c38db
11 changed files with 87 additions and 25 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ void Updates::checkForUpdates()
}
// Disable updates if on nightly
if (Modes::instance().isNightly)
if (version.isNightly())
{
return;
}