mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Merge branch 'develop' into feat-map65-integration
This commit is contained in:
commit
1ae080bdf8
@ -1586,7 +1586,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