desktop-ui: fix shaders not applying on startup

このコミットが含まれているのは:
Luke Usher 2024-04-10 10:39:40 +01:00
コミット ca0044b663
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -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});
}
}
}