[branding] Improve log message when slideshow starts

- Having just "component activated" is confusing in the whole
   mess of log messages around job activation.
main
Adriaan de Groot 6 years ago
parent e2aa4e59e2
commit 4825916f09

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

Loading…
Cancel
Save