mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Update some restrictions.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8474 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
129e2b38d1
commit
5ae34503f3
@ -3563,8 +3563,7 @@ void MainWindow::guiUpdate()
|
||||
}
|
||||
if(m_config.bFox()) {
|
||||
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
||||
m_config.my_callsign()=="G4WJS" or m_config.my_callsign()=="KH1/KH7Z" or
|
||||
m_config.my_callsign().contains("AA7A") or m_config.my_callsign().contains("N1DG")) {
|
||||
m_config.my_callsign()=="G4WJS" or m_config.my_callsign().contains("KH7Z")) {
|
||||
ui->sbNslots->setMaximum(5);
|
||||
m_Nslots=ui->sbNslots->value();
|
||||
ui->sbNslots->setEnabled(true);
|
||||
|
@ -472,7 +472,7 @@
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>E&nable Tx</string>
|
||||
<string>Enable Tx</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user