change template level masking default to true
This commit is contained in:
parent
6431e77122
commit
8ff374045b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user