docs: no-sync-create

This commit is contained in:
James Westman 2022-01-29 20:10:31 -06:00
parent 9873a2072b
commit cd12c94423
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ Blueprint is a markup language and compiler for GTK 4 user interfaces.
HeaderBar {}
Label {
label: bind MyAppWindow.main_text sync-create;
label: bind MyAppWindow.main_text;
}
}