mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
commit
bb5e479ae5
@ -36,6 +36,6 @@ class ACE_Extensions {
|
||||
|
||||
class CfgCommands {
|
||||
allowedHTMLLoadURIs[] += {
|
||||
"http://ace3mod.com/version.html"
|
||||
"https://ace3mod.com/version.html"
|
||||
};
|
||||
};
|
||||
|
@ -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