Projects: Inital support for saving and loading projects #22
|
@ -44,7 +44,7 @@ component ProjectWidget inherits Rectangle {
|
|||
HorizontalLayout {
|
||||
alignment: start;
|
||||
CheckBox {
|
||||
text: "Append elements from project";
|
||||
text: "Append elements from project to existing elements";
|
||||
toggled() => {
|
||||
root.append_project_elements = self.checked;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue