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