bug fixes
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
class AudioDevice {
|
||||
public:
|
||||
bool isInitialized = false;
|
||||
IMMDevice* device = nullptr;
|
||||
IAudioEndpointVolume* volumeInterface = nullptr;
|
||||
IAudioMeterInformation* meterInterface = nullptr;
|
||||
@@ -52,6 +53,7 @@ public:
|
||||
std::vector<std::string> taskNames = {};
|
||||
std::unordered_map<std::string, std::vector<time_t>> tasks = {};
|
||||
std::vector<std::string> baseStationMacAdresses = {};
|
||||
bool baseStationShowConsole;
|
||||
float timerDuration = 5.f * 60.f;
|
||||
float timerRepeatDuration = 2.f * 60.f;
|
||||
bool timerRepeating = false;
|
||||
|
||||
Reference in New Issue
Block a user