mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Remove "Also FST240W" from the Decode menu and elswhere in the GUI.
This commit is contained in:
		
							parent
							
								
									65c4973ae9
								
							
						
					
					
						commit
						05a1b3bae8
					
				@ -951,7 +951,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
 | 
			
		||||
  ui->actionInclude_averaging->setChecked(m_ndepth&16);
 | 
			
		||||
  ui->actionInclude_correlation->setChecked(m_ndepth&32);
 | 
			
		||||
  ui->actionEnable_AP_DXcall->setChecked(m_ndepth&64);
 | 
			
		||||
  ui->actionAlso_FST240W->setChecked(m_ndepth&128);
 | 
			
		||||
 | 
			
		||||
  m_UTCdisk=-1;
 | 
			
		||||
  m_fCPUmskrtd=0.0;
 | 
			
		||||
@ -2933,7 +2932,6 @@ void MainWindow::decode()                                       //decode()
 | 
			
		||||
  if (!ui->actionInclude_averaging->isVisible ()) depth &= ~16;
 | 
			
		||||
  if (!ui->actionInclude_correlation->isVisible ()) depth &= ~32;
 | 
			
		||||
  if (!ui->actionEnable_AP_DXcall->isVisible ()) depth &= ~64;
 | 
			
		||||
  if (!ui->actionAlso_FST240W->isVisible ()) depth &= ~128;
 | 
			
		||||
  dec_data.params.ndepth=depth;
 | 
			
		||||
  dec_data.params.n2pass=1;
 | 
			
		||||
  if(m_config.twoPass()) dec_data.params.n2pass=2;
 | 
			
		||||
@ -6493,7 +6491,6 @@ void MainWindow::switch_mode (Mode mode)
 | 
			
		||||
    ui->label_6->setVisible(false);
 | 
			
		||||
    ui->label_7->setVisible(false);
 | 
			
		||||
  }
 | 
			
		||||
  ui->actionAlso_FST240W->setVisible(m_mode=="FST240");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void MainWindow::WSPR_config(bool b)
 | 
			
		||||
@ -6592,11 +6589,6 @@ void MainWindow::on_actionEnable_AP_DXcall_toggled (bool checked)
 | 
			
		||||
  m_ndepth ^= (-checked ^ m_ndepth) & 0x00000040;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void MainWindow::on_actionAlso_FST240W_toggled (bool checked)
 | 
			
		||||
{
 | 
			
		||||
  m_ndepth ^= (-checked ^ m_ndepth) & 0x00000080;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void MainWindow::on_actionErase_ALL_TXT_triggered()          //Erase ALL.TXT
 | 
			
		||||
{
 | 
			
		||||
  int ret = MessageBox::query_message (this, tr ("Confirm Erase"),
 | 
			
		||||
 | 
			
		||||
@ -263,7 +263,6 @@ private slots:
 | 
			
		||||
  void on_fox_log_action_triggered ();
 | 
			
		||||
  void on_actionColors_triggered();
 | 
			
		||||
  void on_actionInclude_averaging_toggled (bool);
 | 
			
		||||
  void on_actionAlso_FST240W_toggled (bool);
 | 
			
		||||
  void on_actionInclude_correlation_toggled (bool);
 | 
			
		||||
  void on_actionEnable_AP_DXcall_toggled (bool);
 | 
			
		||||
  void VHF_features_enabled(bool b);
 | 
			
		||||
 | 
			
		||||
@ -2931,7 +2931,7 @@ Yellow when too low</string>
 | 
			
		||||
     <x>0</x>
 | 
			
		||||
     <y>0</y>
 | 
			
		||||
     <width>805</width>
 | 
			
		||||
     <height>21</height>
 | 
			
		||||
     <height>22</height>
 | 
			
		||||
    </rect>
 | 
			
		||||
   </property>
 | 
			
		||||
   <widget class="QMenu" name="menuFile">
 | 
			
		||||
@ -2982,7 +2982,6 @@ Yellow when too low</string>
 | 
			
		||||
    <addaction name="actionEnable_AP_FT8"/>
 | 
			
		||||
    <addaction name="actionEnable_AP_JT65"/>
 | 
			
		||||
    <addaction name="actionEnable_AP_DXcall"/>
 | 
			
		||||
    <addaction name="actionAlso_FST240W"/>
 | 
			
		||||
   </widget>
 | 
			
		||||
   <widget class="QMenu" name="menuSave">
 | 
			
		||||
    <property name="title">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user