Use correct timeout

This commit is contained in:
Dustin Brett 2025-10-15 17:21:22 -07:00
parent 199f600c63
commit ee6f13e019

View File

@ -339,7 +339,7 @@ const useWallpaper = (
wallpaperUrl = newWallpaper.wallpaperUrl || "";
fallbackBackground = newWallpaper.fallbackBackground || "";
newWallpaperFit = newWallpaper.newWallpaperFit || newWallpaperFit;
wallpaperTimerRef.current = setTimeout(
wallpaperTimerRef.current = window.setTimeout(
loadFileWallpaper,
newWallpaper.updateTimeout
);