Comment out internet requirement check in GeneralRequirements.cpp

This commit is contained in:
2025-11-26 15:58:21 +08:00
parent 0813838ce9
commit ab9347a52e

View File

@@ -186,14 +186,14 @@ GeneralRequirements::checkRequirements()
hasPower,
required } );
}
else if ( entry == "internet" )
{
checkEntries.append( { entry,
[] { return tr( "is connected to the Internet" ); },
[] { return tr( "The system is not connected to the Internet." ); },
hasInternet,
required } );
}
// else if ( entry == "internet" )
// {
// checkEntries.append( { entry,
// [] { return tr( "is connected to the Internet" ); },
// [] { return tr( "The system is not connected to the Internet." ); },
// hasInternet,
// required } );
// }
else if ( entry == "root" )
{
checkEntries.append( { entry,