1.9.6
This commit is contained in:
parent
6c5f116484
commit
bcc41fe590
|
@ -61,6 +61,8 @@ void COptionsWindow::CreateGeneral()
|
||||||
ui.cmbBoxType->addItem(theGUI->GetBoxIcon(CSandBoxPlus::eAppBoxPlus), tr("Application Compartment with Data Protection"), (int)CSandBoxPlus::eAppBoxPlus);
|
ui.cmbBoxType->addItem(theGUI->GetBoxIcon(CSandBoxPlus::eAppBoxPlus), tr("Application Compartment with Data Protection"), (int)CSandBoxPlus::eAppBoxPlus);
|
||||||
ui.cmbBoxType->addItem(theGUI->GetBoxIcon(CSandBoxPlus::eAppBox), tr("Application Compartment (NO Isolation)"), (int)CSandBoxPlus::eAppBox);
|
ui.cmbBoxType->addItem(theGUI->GetBoxIcon(CSandBoxPlus::eAppBox), tr("Application Compartment (NO Isolation)"), (int)CSandBoxPlus::eAppBox);
|
||||||
|
|
||||||
|
connect(ui.lblBoxInfo, SIGNAL(linkActivated(const QString&)), theGUI, SLOT(OpenUrl(const QString&)));
|
||||||
|
|
||||||
ui.lblSupportCert->setVisible(false);
|
ui.lblSupportCert->setVisible(false);
|
||||||
if (!g_CertInfo.valid)
|
if (!g_CertInfo.valid)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue