mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix all wallpaper except video not showing
This commit is contained in:
parent
a90f2a8fc3
commit
0a1da4f4a7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user