mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
use https for main menu
This commit is contained in:
parent
025f821ac8
commit
0a0929cdc5
@ -51,7 +51,7 @@ if (profileNamespace getVariable [QGVAR(showNewsOnMainMenu), true]) then {
|
||||
_versionStr = _versionStr joinString ".";
|
||||
|
||||
(_display displayCtrl IDC_MAIN_INFO_CURRENT_VERSION_INFO) ctrlSetText format ["Version: %1", _versionStr];
|
||||
(_display displayCtrl IDC_MAIN_INFO_NEWEST_VERSION_INFO) htmlLoad "http://ace3mod.com/version.html";
|
||||
(_display displayCtrl IDC_MAIN_INFO_NEWEST_VERSION_INFO) htmlLoad "https://ace3mod.com/version.html";
|
||||
} else {
|
||||
_controlsGroup ctrlShow false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user