Projects: Inital support for saving and loading projects #22

Merged
cody merged 17 commits from topic/jb/project-files into main 2025-04-05 19:56:33 +00:00
Showing only changes of commit 2e6aa8dbe9 - Show all commits

View File

@@ -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;
}