mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 06:24:49 -04:00
Fix #635 Round 2 for Bookmarkview on Windows, should be OK now
This commit is contained in:
@@ -553,10 +553,10 @@ bool DemodulatorInstance::isRecording()
|
||||
|
||||
void DemodulatorInstance::setRecording(bool recording_in)
|
||||
{
|
||||
if (!recording.load() && recording_in) {
|
||||
if (recording_in) {
|
||||
startRecording();
|
||||
}
|
||||
else if (recording.load() && !recording_in) {
|
||||
else {
|
||||
stopRecording();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user