wallpapers/image: mark static objects constinit
Static and thread-local objects should be constexpr or constinit if possible to ensure that no dynamic initialization can take place.
Static and thread-local objects should be constexpr or constinit if possible to ensure that no dynamic initialization can take place.