1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix all wallpaper except video not showing

This commit is contained in:
Elias Steurer 2023-02-03 15:44:06 +01:00
parent a90f2a8fc3
commit 0a1da4f4a7

View File

@ -53,7 +53,7 @@ ScreenPlay::WallpaperExitCode BaseWindow::setup()
qWarning() << "Invalid project at " << projectPath();
return ScreenPlay::WallpaperExitCode::Invalid_Setup_ProjectParsingError;
}
setType(projectFile.type);
setProjectSourceFile(projectFile.file);
if (m_type == ScreenPlay::InstalledType::InstalledType::WebsiteWallpaper) {