diff --git a/MVMCoreUI/Atomic/Atoms/Buttons/Link/LinkModel.swift b/MVMCoreUI/Atomic/Atoms/Buttons/Link/LinkModel.swift index 40f2e406..38bcb491 100644 --- a/MVMCoreUI/Atomic/Atoms/Buttons/Link/LinkModel.swift +++ b/MVMCoreUI/Atomic/Atoms/Buttons/Link/LinkModel.swift @@ -32,7 +32,7 @@ open class LinkModel: ButtonModelProtocol, MoleculeModelProtocol, EnableableMode public var inverted = false public var size:linkFontSize = linkFontSize.small - public var shouldMaskRecordedView: Bool = false + public var shouldMaskRecordedView: Bool? = false //-------------------------------------------------- // MARK: - Initializer diff --git a/MVMCoreUI/Atomic/Atoms/Views/Label/LabelModel.swift b/MVMCoreUI/Atomic/Atoms/Views/Label/LabelModel.swift index de5c3980..40740194 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/Label/LabelModel.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/Label/LabelModel.swift @@ -26,7 +26,7 @@ public var hero: Int? public var makeWholeViewClickable: Bool? public var numberOfLines: Int? - public var shouldMaskRecordedView: Bool = false + public var shouldMaskRecordedView: Bool? = false //-------------------------------------------------- // MARK: - Keys