Minor correction of the notes.

This commit is contained in:
Uwe Risse 2024-09-26 09:09:32 +02:00
parent 7b27757c2a
commit c75574339b

View File

@ -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)