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, hasPower,
required } ); required } );
} }
else if ( entry == "internet" ) // else if ( entry == "internet" )
{ // {
checkEntries.append( { entry, // checkEntries.append( { entry,
[] { return tr( "is connected to the Internet" ); }, // [] { return tr( "is connected to the Internet" ); },
[] { return tr( "The system is not connected to the Internet." ); }, // [] { return tr( "The system is not connected to the Internet." ); },
hasInternet, // hasInternet,
required } ); // required } );
} // }
else if ( entry == "root" ) else if ( entry == "root" )
{ {
checkEntries.append( { entry, checkEntries.append( { entry,