mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
Added persistent config for VFO offsets
This commit is contained in:
@ -59,9 +59,9 @@ void ConfigManager::disableAutoSave() {
|
||||
std::lock_guard<std::mutex> lock(termMtx);
|
||||
autoSaveEnabled = false;
|
||||
termFlag = true;
|
||||
termCond.notify_one();
|
||||
}
|
||||
autoSaveThread.join();
|
||||
termCond.notify_one();
|
||||
if (autoSaveThread.joinable()) { autoSaveThread.join(); }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user