Also auto hide notification form when doing screen recording

This commit is contained in:
Jaex 2022-01-15 03:02:07 +03:00
parent 4210b7390e
commit f982e2cf4e

View file

@ -110,6 +110,11 @@ private static void StartRecording(ScreenRecordOutput outputType, TaskSettings t
return;
}
if (taskSettings.GeneralSettings.ToastWindowAutoHide)
{
NotificationForm.CloseActiveForm();
}
Rectangle captureRectangle = Rectangle.Empty;
TaskMetadata metadata = new TaskMetadata();