From c75574339bcb97d7cb5dc27473510f61b3d90b1a Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Thu, 26 Sep 2024 09:09:32 +0200 Subject: [PATCH] Minor correction of the notes. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 5bd65d5ee..791f5cdbe 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -9395,7 +9395,7 @@ void MainWindow::replayDecodes () void MainWindow::postDecode (bool is_new, QString const& message) { - if (message.contains("$VERIFY$")) return; // Don't send OTP messages to messageClient + if (message.contains("$VERIFY$")) return; // Don't send SuperFox OTP messages to messageClient auto const& decode = message.trimmed (); auto const& parts = decode.left (22).split (' ', SkipEmptyParts); if (parts.size () >= 5)