mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 06:07:49 -04:00
Sat Tracker: Fix restoring LOS speech for #1421
This commit is contained in:
parent
5da8d6d28c
commit
6df9749234
@ -195,7 +195,7 @@ bool SatelliteTrackerSettings::deserialize(const QByteArray& data)
|
|||||||
d.readBool(22, &m_drawOnMap, true);
|
d.readBool(22, &m_drawOnMap, true);
|
||||||
d.readBool(23, &m_autoTarget, true);
|
d.readBool(23, &m_autoTarget, true);
|
||||||
d.readString(24, &m_aosSpeech, DEFAULT_AOS_SPEECH);
|
d.readString(24, &m_aosSpeech, DEFAULT_AOS_SPEECH);
|
||||||
d.readString(25, &m_aosCommand, DEFAULT_LOS_SPEECH);
|
d.readString(25, &m_losSpeech, DEFAULT_LOS_SPEECH);
|
||||||
d.readString(26, &m_aosCommand, "");
|
d.readString(26, &m_aosCommand, "");
|
||||||
d.readString(27, &m_losCommand, "");
|
d.readString(27, &m_losCommand, "");
|
||||||
d.readBlob(28, &blob);
|
d.readBlob(28, &blob);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user