diff options
author | Arseniy-Movshev <dodoradio@outlook.com> | 2023-05-31 12:59:37 +0100 |
---|---|---|
committer | Arseniy-Movshev <dodoradio@outlook.com> | 2023-06-01 13:32:13 +0100 |
commit | e7e96569da0a2c06f48367ba27fe30f5b43adaba (patch) | |
tree | c409deee53639409acb14ab0ca68e8e2cacd2691 | |
parent | ac1608d683021bc196293c283f293fb10b989aa7 (diff) |
Trigger a recording when the daemon starts
-rw-r--r-- | daemon/logger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/logger.cpp b/daemon/logger.cpp index 4488a03..9e0450e 100644 --- a/daemon/logger.cpp +++ b/daemon/logger.cpp @@ -57,6 +57,7 @@ void Logger::setup() { qDebug() << "healthd connected display_status signal to slot"; } qDebug() << "healthd sensors logger initialised"; + this->triggerRecording(); } void Logger::resetup() { |