Connect project gui components

This commit is contained in:
2025-03-15 17:45:00 +01:00
parent aaeeaf97c5
commit 2b6fb4c090
3 changed files with 60 additions and 9 deletions

View File

@@ -304,8 +304,6 @@ export component FileTab inherits Rectangle {
callback conv-image_browse_clicked;
callback conv-image_add_clicked;
x: 0px;
y: 0px;
@@ -350,7 +348,7 @@ export component FileTab inherits Rectangle {
}
browse_save_project_clicked() => {
root.project_widget-save_project_clicked();
root.project_widget-browse_save_project_clicked();
}
}