mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Reset color of the "Super Hound" label only when an unverified fox is transmitting (not when other hound messages are received).
This commit is contained in:
parent
d68ef69e9e
commit
b11514c54b
@ -4172,7 +4172,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
verified = true;
|
||||
ui->labDXped->setStyleSheet("QLabel {background-color: #00ff00; color: black;}");
|
||||
} else {
|
||||
verified = false;
|
||||
if (decodedtext0.mid(5,2).contains("00") or decodedtext0.mid(5,2).contains("30")) verified = false;
|
||||
}
|
||||
if ((!verified && ui->labDXped->isVisible()) or ui->labDXped->text()!="Super Hound")
|
||||
ui->labDXped->setStyleSheet("QLabel {background-color: red; color: white;}");
|
||||
|
Loading…
Reference in New Issue
Block a user