Skip to content

Use block evals and require to do runtime Gtk3 import properly and remove BEGIN blocks

This fixes the previous issue with using block evals by using require instead. This way it's imported at runtime instead of in a BEGIN block.

Merge request reports