From 8ff374045b9c1294808bfcb9c4dccaee59dd3673 Mon Sep 17 00:00:00 2001 From: Kyle Matthew Hedden Date: Mon, 28 Mar 2022 08:58:40 -0400 Subject: [PATCH] change template level masking default to true --- MVMCoreUI/Atomic/Templates/TemplateModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Templates/TemplateModel.swift b/MVMCoreUI/Atomic/Templates/TemplateModel.swift index e5e9ac5a..50b64383 100644 --- a/MVMCoreUI/Atomic/Templates/TemplateModel.swift +++ b/MVMCoreUI/Atomic/Templates/TemplateModel.swift @@ -33,7 +33,7 @@ import Foundation public var tabBarIndex: Int? // By default we mask until the server unlocks the page. - public var shouldMaskScreenWhileRecording: Bool = false + public var shouldMaskScreenWhileRecording: Bool = true //-------------------------------------------------- // MARK: - Initializer