summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-07-06 20:50:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-07-06 20:50:07 +0200
commite4b7a45a381f028752163d0f57662baa0def0301 (patch)
tree31a2394fc90e3e4500e9846c87798f96722db70e /tools/editor
parent9238de4ea9fe444d2dcef8802f1a990b3c6a04b5 (diff)
Initialize the SSL certificates in the project manager
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/project_manager.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/project_manager.cpp b/tools/editor/project_manager.cpp
index 860af4888b..497ff43a4d 100644
--- a/tools/editor/project_manager.cpp
+++ b/tools/editor/project_manager.cpp
@@ -46,7 +46,7 @@
#include "io/resource_saver.h"
#include "editor_themes.h"
-
+#include "editor_initialize_ssl.h"
#include "editor_scale.h"
class NewProjectDialog : public ConfirmationDialog {
@@ -1103,6 +1103,8 @@ void ProjectListFilter::_bind_methods() {
ProjectListFilter::ProjectListFilter() {
+ editor_initialize_certificates(); //for asset sharing
+
_current_filter = FILTER_NAME;
filter_option = memnew(OptionButton);