apprt/gtk-ng: forgot to register a prop

pull/8218/head
Mitchell Hashimoto 2025-08-12 13:45:31 -07:00
parent bede3d8011
commit aa4cbf444b
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

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