mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05: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);
|
||||
m_reverseAPIFeatureIndex = utmp > 99 ? 99 : utmp;
|
||||
|
||||
d.readS32(29, (qint32 *)&m_solarFluxUnits, SFU);
|
||||
d.readU32(29, (quint32 *)&m_solarFluxUnits, SFU);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user