dev: specify nightly tag through cmake instead of modes file (#6798)
This commit is contained in:
@@ -315,7 +315,7 @@ void Updates::checkForUpdates()
|
||||
}
|
||||
|
||||
// Disable updates if on nightly
|
||||
if (Modes::instance().isNightly)
|
||||
if (version.isNightly())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user