You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
skip demo download prompt if ssl is unavailable
(cherry picked from commit 0071c04dcb)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
30b5265417
commit
28d4271e3e
@@ -689,7 +689,7 @@ void ProjectManager::_notification(int p_what) {
|
|||||||
} break;
|
} break;
|
||||||
case NOTIFICATION_READY: {
|
case NOTIFICATION_READY: {
|
||||||
|
|
||||||
if (scroll_children->get_child_count() == 0)
|
if (scroll_children->get_child_count() == 0 && StreamPeerSSL::is_available())
|
||||||
open_templates->popup_centered_minsize();
|
open_templates->popup_centered_minsize();
|
||||||
} break;
|
} break;
|
||||||
case NOTIFICATION_VISIBILITY_CHANGED: {
|
case NOTIFICATION_VISIBILITY_CHANGED: {
|
||||||
|
|||||||
Reference in New Issue
Block a user