From e7ed07e3867398f190475387eb49545e00895af6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 7 Sep 2025 11:50:04 +0200 Subject: [PATCH] Show the "Verify This Device" warning when turning on reverification This is the only way to reverify your device again, so it's useful to show this in that case. --- src/settings/DevicesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/DevicesPage.qml b/src/settings/DevicesPage.qml index ac41ac50e..c22c2cfab 100644 --- a/src/settings/DevicesPage.qml +++ b/src/settings/DevicesPage.qml @@ -38,7 +38,7 @@ FormCard.FormCardPage { icon.name: "security-low" text: i18nc("@action:button", "Verify This Device") description: i18nc("@info:description", "This device is marked as insecure until it's verified by another device. It's recommended to verify as soon as possible.") - visible: !root.connection.isVerifiedSession + visible: !root.connection.isVerifiedSession || NeoChatConfig.alwaysVerifyDevice onClicked: { root.connection.startSelfVerification(); const dialog = Qt.createComponent("org.kde.kirigami", "PromptDialog").createObject(QQC2.Overlay.overlay, {