flags: use nick instead of name

This commit is contained in:
kotontrion 2024-11-26 10:52:37 +01:00
parent 2ae41020ab
commit e07da3c339
2 changed files with 2 additions and 2 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">is_service|handles_open</property>
<property name="flags">is-service|handles-open</property>
</object>
<object class="GtkEventControllerScroll">
<property name="flags">1</property>