apprt/gtk-ng: forgot to register a prop

This commit is contained in:
Mitchell Hashimoto
2025-08-12 13:45:31 -07:00
parent bede3d8011
commit aa4cbf444b

View File

@@ -909,6 +909,7 @@ pub const SplitTree = extern struct {
gobject.ext.registerProperties(class, &.{
properties.@"active-surface".impl,
properties.@"has-surfaces".impl,
properties.@"is-zoomed".impl,
properties.tree.impl,
});