mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Use correct timeout
This commit is contained in:
parent
199f600c63
commit
ee6f13e019
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user