[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:
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…
Reference in New Issue
Block a user