Skip to content

lightbox: Fix shader effect

Since commit 0f1b5669, we use gjs' automatic getters/setters for the shader properties. Those handle the properties on the JS and GObject side, but they don't update the corresponding uniform, whoops.

Revert the lightbox bits of commit 0f1b5669 to get the effect back.

Merge request reports