Update NewBoxWizard.cpp

This commit is contained in:
DavidXanatos 2024-08-27 16:34:36 +02:00
parent 1e98b4a59c
commit 4da05fb913
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ void CBoxTypePage::OnBoxTypChanged()
#endif
if(BoxType != CSandBoxPlus::eDefault || BlackBox)
theGUI->CheckCertificate(this, BlackBox);
theGUI->CheckCertificate(this, BlackBox ? 1 : 0);
emit completeChanged();
}