mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 19:05:36 -04:00
[branding] Be more chatty when slideshow is loaded
This commit is contained in:
parent
003f37ca04
commit
cd7fc93b6a
1 changed files with 4 additions and 1 deletions
|
@ -68,5 +68,8 @@ Presentation
|
|||
centeredText: "This is a third Slide element."
|
||||
}
|
||||
|
||||
Component.onCompleted: advanceTimer.running = true
|
||||
Component.onCompleted: {
|
||||
advanceTimer.running = true;
|
||||
console.log("Component complete");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue