Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
This commit is contained in:
@@ -1782,7 +1782,7 @@ bool AssetLibraryEditorPlugin::is_available() {
|
||||
// directly from GitHub which does not set CORS.
|
||||
return false;
|
||||
#else
|
||||
return StreamPeerTLS::is_available();
|
||||
return StreamPeerTLS::is_available() && !Engine::get_singleton()->is_recovery_mode_hint();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user