Skip to content
  • Aleix Pol Gonzalez's avatar
    image: Lazy-load the slideshow model · 3bd7e1d0
    Aleix Pol Gonzalez authored
    So far we were loading the slideshow model right at startup which
    iterates through all the backgrounds on the system.
    This changes so that it's only created when it's needed, which helps to
    remove some startup disk accesses.
    It should also give us less background-related warnings at startup as
    they won't be all checked immediately.
    
    BUG: 371455
    3bd7e1d0