From 9dde3ed8ac82948857f063212c6bd308f2a9722a Mon Sep 17 00:00:00 2001 From: Ryan ZHAO <> Date: Mon, 9 Sep 2024 10:21:45 +1000 Subject: [PATCH] fix enable link preview modal style --- Session/Conversations/ConversationVC+Interaction.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Session/Conversations/ConversationVC+Interaction.swift b/Session/Conversations/ConversationVC+Interaction.swift index c8cc37c1f..1d9cf57e3 100644 --- a/Session/Conversations/ConversationVC+Interaction.swift +++ b/Session/Conversations/ConversationVC+Interaction.swift @@ -653,7 +653,9 @@ extension ConversationVC: .put(key: "app_name", value: Constants.app_name) .localized() ), - confirmTitle: "enable".localized() + confirmTitle: "enable".localized(), + confirmStyle: .danger, + cancelStyle: .alert_text ) { [weak self] _ in Storage.shared.writeAsync { db in db[.areLinkPreviewsEnabled] = true