From 5fcf31140d3c270f235e1767bf43e32fdc4190e0 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sun, 4 Feb 2024 10:07:30 +0300 Subject: [PATCH] Editor: Use HTTPS in the link to config packs --- Editor/data_configs/selection_dialog/config_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/data_configs/selection_dialog/config_manager.cpp b/Editor/data_configs/selection_dialog/config_manager.cpp index 87d0e44c5..b5ca36b52 100644 --- a/Editor/data_configs/selection_dialog/config_manager.cpp +++ b/Editor/data_configs/selection_dialog/config_manager.cpp @@ -373,8 +373,8 @@ bool ConfigManager::hasConfigPacks() "Please download and install them into this directory
\n
\n%1
\n
\n" "You can use any configuration package here:
%2") .arg(AppPathManager::userAppDir() + "/configs") - .arg("" - "http://wohlsoft.ru/config_packs/" + .arg("" + "https://wohlsoft.ru/config_packs/" "") ); QSize mSize = msgBox.sizeHint();