Skip to content

Commit 06570a8

Browse files
committed
Update ImageBackgroundManager.cs
1 parent 9c67d86 commit 06570a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CollapseLauncher/Classes/GameManagement/ImageBackground/ImageBackgroundManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ await GetCroppedCustomImage(null,
516516
OriginBackgroundImagePath = imagePath,
517517
BackgroundImagePath = resultBackgroundPath,
518518
ForceReload = true, // Request force reload (skip cache)
519-
IsVideo = IsVideoMediaFileExtensionSupported(resultBackgroundPath)
519+
IsVideo = IsVideoMediaFileExtensionSupported(resultBackgroundPath),
520+
IsCustom = true
520521
};
521522

522523
UpdateContextListCore(token, skipPreviousContextCheck, context);

0 commit comments

Comments
 (0)