Restore the alert box for when a message is received via relay
This commit is contained in:
@@ -9567,6 +9567,10 @@ void MainWindow::processCommandActivity() {
|
||||
// put message in inbox instead...
|
||||
d.relayPath = relayPath;
|
||||
m_rxCallsignCommandQueue[d.from].append(d);
|
||||
|
||||
QTimer::singleShot(500, this, [this](){
|
||||
MessageBox::information_message(this, "A new message has been received.");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user