mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Disable the "not GA" warning message.
This commit is contained in:
		
							parent
							
								
									f13ed57eef
								
							
						
					
					
						commit
						f265fa83f5
					
				@ -970,7 +970,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
 | 
			
		||||
 | 
			
		||||
  if(QCoreApplication::applicationVersion().contains("-devel") or
 | 
			
		||||
     QCoreApplication::applicationVersion().contains("-rc")) {
 | 
			
		||||
     QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
 | 
			
		||||
//     QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ui->pbBestSP->setVisible(m_mode=="FT4");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user