diff --git a/desktop-ui/presentation/presentation.cpp b/desktop-ui/presentation/presentation.cpp index 62fd6cdfa..b9f0b753a 100644 --- a/desktop-ui/presentation/presentation.cpp +++ b/desktop-ui/presentation/presentation.cpp @@ -678,6 +678,7 @@ auto Presentation::loadShaders() -> void { if(settings.video.shader.imatch(item.attribute("file"))) { item.setChecked(); settings.video.shader = item.attribute("file"); + ruby::video.setShader({location, settings.video.shader}); } } } \ No newline at end of file