保险起见把hasInternet直接等于true

This commit is contained in:
2025-11-26 16:06:03 +08:00
parent ab9347a52e
commit 95be6fc899

View File

@@ -128,6 +128,7 @@ GeneralRequirements::checkRequirements()
// { // {
// hasInternet = checkHasInternet(); // hasInternet = checkHasInternet();
// } // }
hasInternet = true;
if ( m_entriesToCheck.contains( "root" ) ) if ( m_entriesToCheck.contains( "root" ) )
{ {