Update webcam.js
This commit is contained in:
parent
617c7af1a6
commit
d1c637dfc9
|
@ -11,7 +11,7 @@ let message = tr('To enable webcam support on Windows 11 the isolation level mus
|
||||||
'If you want to proceed please press NEXT and select a sandbox to modify. \n');
|
'If you want to proceed please press NEXT and select a sandbox to modify. \n');
|
||||||
|
|
||||||
if(!sbie.isCertValid())
|
if(!sbie.isCertValid())
|
||||||
mesage += tr('\nPlease note that this required presets work only with a valid supporter certificate!');
|
message += tr('\nPlease note that this required presets work only with a valid supporter certificate!');
|
||||||
|
|
||||||
wizard.showStatus(message, true);
|
wizard.showStatus(message, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue