diff --git a/src/AppConfig.h b/src/AppConfig.h index 216612c..d4408f1 100644 --- a/src/AppConfig.h +++ b/src/AppConfig.h @@ -204,6 +204,8 @@ private: std::vector manualDevices; std::atomic_bool bookmarksVisible; + std::atomic perfMode; + std::string recordingPath = ""; int recordingSquelchOption = 0; int recordingFileTimeLimitSeconds = 0; @@ -211,7 +213,5 @@ private: std::atomic_int rigModel, rigRate; std::string rigPort; std::atomic_bool rigEnabled, rigFollowMode, rigControlMode, rigCenterLock, rigFollowModem; - - std::atomic perfMode; #endif };