diff --git a/src/branding/manjaro/branding.desc b/src/branding/manjaro/branding.desc index 061019b86..be15553bd 100644 --- a/src/branding/manjaro/branding.desc +++ b/src/branding/manjaro/branding.desc @@ -78,6 +78,19 @@ images: # installer is actually writing to disk and doing other slow things). slideshow: "show.qml" +# There are two available APIs for a QML slideshow: +# - 1 (the default) loads the entire slideshow when the installation- +# slideshow page is shown and starts the QML then. The QML +# is never stopped (after installation is done, times etc. +# continue to fire). +# - 2 loads the slideshow on startup and calls onActivate() and +# onLeave() in the root object. After the installation is done, +# the show is stopped (first by calling onLeave(), then destroying +# the QML components). +# +# An image slideshow does not need to have the API defined. +slideshowAPI: 1 + # Colors for text and background components. # # - sidebarBackground is the background of the sidebar