Bundle SSL certs with the templates.
If this is undesired it can be avoided by specifying builtin_certs=no . Bundled SSL certs will be used unless you specify an override in: Project Settings -> SSL -> Certificates .
This commit is contained in:
@ -41,7 +41,6 @@
|
||||
#include "core/translation.h"
|
||||
#include "core/version.h"
|
||||
#include "core/version_hash.gen.h"
|
||||
#include "editor_initialize_ssl.h"
|
||||
#include "editor_scale.h"
|
||||
#include "editor_settings.h"
|
||||
#include "editor_themes.h"
|
||||
@ -2059,8 +2058,6 @@ void ProjectListFilter::_bind_methods() {
|
||||
|
||||
ProjectListFilter::ProjectListFilter() {
|
||||
|
||||
editor_initialize_certificates(); //for asset sharing
|
||||
|
||||
_current_filter = FILTER_NAME;
|
||||
|
||||
filter_option = memnew(OptionButton);
|
||||
|
||||
Reference in New Issue
Block a user