Disable internet requirement check in welcome module
This commit is contained in:
@@ -124,10 +124,10 @@ GeneralRequirements::checkRequirements()
|
||||
hasPower = checkHasPower();
|
||||
}
|
||||
|
||||
if ( m_entriesToCheck.contains( "internet" ) )
|
||||
{
|
||||
hasInternet = checkHasInternet();
|
||||
}
|
||||
// if ( m_entriesToCheck.contains( "internet" ) )
|
||||
// {
|
||||
// hasInternet = checkHasInternet();
|
||||
// }
|
||||
|
||||
if ( m_entriesToCheck.contains( "root" ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user