Fixed APRS passcode warning
This commit is contained in:
parent
23a554220b
commit
80d798d7e3
@ -5310,7 +5310,7 @@ void MainWindow::createMessage(QString const& text){
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(text.contains(" APRS:") && !m_aprsClient->isPasscodeValid()){
|
if(text.contains("APRS:") && !m_aprsClient->isPasscodeValid()){
|
||||||
MessageBox::warning_message(this, tr ("Please ensure a valid APRS passcode is set in the settings when sending an APRS packet."));
|
MessageBox::warning_message(this, tr ("Please ensure a valid APRS passcode is set in the settings when sending an APRS packet."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user