mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 12:30:20 -04:00 
			
		
		
		
	Fix saving of solarFluxUnits setting
This commit is contained in:
		
							parent
							
								
									7bb848de49
								
							
						
					
					
						commit
						91c034398c
					
				| @ -158,7 +158,7 @@ bool StarTrackerSettings::deserialize(const QByteArray& data) | |||||||
|         d.readU32(28, &utmp, 0); |         d.readU32(28, &utmp, 0); | ||||||
|         m_reverseAPIFeatureIndex = utmp > 99 ? 99 : utmp; |         m_reverseAPIFeatureIndex = utmp > 99 ? 99 : utmp; | ||||||
| 
 | 
 | ||||||
|         d.readS32(29, (qint32 *)&m_solarFluxUnits, SFU); |         d.readU32(29, (quint32 *)&m_solarFluxUnits, SFU); | ||||||
| 
 | 
 | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user