[branding] Improve log message when slideshow starts

- Having just "component activated" is confusing in the whole
   mess of log messages around job activation.
This commit is contained in:
Adriaan de Groot 2019-07-04 13:24:40 +02:00
parent e2aa4e59e2
commit 4825916f09

View File

@ -71,6 +71,6 @@ Presentation
function onActivate() {
presentation.currentSlide = 0;
advanceTimer.running = true
console.log("Component activated");
console.log("QML Component (default slideshow) activated");
}
}