mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Default is Robust sync OFF
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6154 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									cc1fc054d0
								
							
						
					
					
						commit
						6d6c4008d9
					
				@ -1278,7 +1278,7 @@ void Configuration::impl::read_settings ()
 | 
				
			|||||||
  enable_VHF_features_ = settings_->value("VHFUHF",false).toBool ();
 | 
					  enable_VHF_features_ = settings_->value("VHFUHF",false).toBool ();
 | 
				
			||||||
  decode_at_52s_ = settings_->value("Decode52",false).toBool ();
 | 
					  decode_at_52s_ = settings_->value("Decode52",false).toBool ();
 | 
				
			||||||
  twoPass_ = settings_->value("TwoPass",true).toBool ();
 | 
					  twoPass_ = settings_->value("TwoPass",true).toBool ();
 | 
				
			||||||
  sync1Bit_ = settings_->value("1BitSync",true).toBool ();
 | 
					  sync1Bit_ = settings_->value("1BitSync",false).toBool ();
 | 
				
			||||||
  MyDx_ = settings_->value("MyDx",false).toBool ();
 | 
					  MyDx_ = settings_->value("MyDx",false).toBool ();
 | 
				
			||||||
  CQMyN_ = settings_->value("CQMyN",false).toBool ();
 | 
					  CQMyN_ = settings_->value("CQMyN",false).toBool ();
 | 
				
			||||||
  NDxG_ = settings_->value("NDxG",false).toBool ();
 | 
					  NDxG_ = settings_->value("NDxG",false).toBool ();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user