mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
FST4W: Don't save a wav file when Save None is selected.
This commit is contained in:
parent
5f6184f2b9
commit
8eb593411b
@ -1585,7 +1585,7 @@ void MainWindow::dataSink(qint64 frames)
|
|||||||
{
|
{
|
||||||
Q_EMIT reset_audio_input_stream (true); // reports dropped samples
|
Q_EMIT reset_audio_input_stream (true); // reports dropped samples
|
||||||
}
|
}
|
||||||
if(!m_diskData and (m_saveAll or m_saveDecoded or m_mode=="WSPR" or m_mode=="FST4W")) {
|
if(!m_diskData and (m_saveAll or m_saveDecoded or m_mode=="WSPR")) {
|
||||||
//Always save unless "Save None"; may delete later
|
//Always save unless "Save None"; may delete later
|
||||||
if(m_TRperiod < 60) {
|
if(m_TRperiod < 60) {
|
||||||
int n=fmod(double(now.time().second()),m_TRperiod);
|
int n=fmod(double(now.time().second()),m_TRperiod);
|
||||||
|
Loading…
Reference in New Issue
Block a user