aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 1dd94cc..bb7c777 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -167,7 +167,8 @@ App::loadSensor(QScreen* screen, QString name, int x, int y, int w, int h)
if (emptyCount == 2)
{
- qDebug () << "App::loadSensor () sensor " << sensorName << " does not have any action in it, ignoring...";
+ // to not make this a breaking change, keep compatibility with old configurations
+ sensors.append (new Sensor (x, y, w, h, sensorName, "", 0, 0));
return;
}