diff --git a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs index 88006313..9d92a125 100644 --- a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs @@ -36,10 +36,10 @@ namespace SafeExamBrowser.Runtime.Operations result = ShowVideoProctoringDisclaimer(); } - if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) - { - result = ShowScreenProctoringDisclaimer(); - } + //if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) + //{ + // result = ShowScreenProctoringDisclaimer(); + //} if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled) { @@ -58,10 +58,10 @@ namespace SafeExamBrowser.Runtime.Operations result = ShowVideoProctoringDisclaimer(); } - if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) - { - result = ShowScreenProctoringDisclaimer(); - } + //if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled) + //{ + // result = ShowScreenProctoringDisclaimer(); + //} if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled) {