mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
per Uwe
This commit is contained in:
parent
ffd5dd1db2
commit
6a52bb1f69
@ -175,7 +175,7 @@ void ActiveStations::on_textEdit_clicked()
|
||||
if(text!="") {
|
||||
int nline=text.left(2).toInt();
|
||||
if(QGuiApplication::keyboardModifiers().testFlag(Qt::ControlModifier)) nline=-nline;
|
||||
if ("Fox Mode" != m_mode)
|
||||
if (!m_mode.contains("fox", Qt::CaseInsensitive))
|
||||
emit callSandP(nline);
|
||||
else
|
||||
emit queueActiveWindowHound(text);
|
||||
|
Loading…
Reference in New Issue
Block a user