Merge branch 'main' into 'main'

compile: fix flag values

Closes #180

See merge request jwestman/blueprint-compiler!220
This commit is contained in:
kotontrion 2025-01-18 16:05:45 +00:00
commit 644806233a
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GApplication">
<property name="flags">1|4</property>
<property name="flags">is-service|handles-open</property>
</object>
<object class="GtkEventControllerScroll">
<property name="flags">1</property>