Projects: Finalize tool #24

Merged
cody merged 6 commits from topic/jb/finalize_tim into main 2025-04-05 20:00:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 85b5aa0070 - Show all commits

View File

@ -261,7 +261,7 @@ component ConvertImageWidget inherits Rectangle {
} }
} }
LineEdit { LineEdit {
text: root.image_name; text <=> root.image_name;
} }
} }
HorizontalLayout { HorizontalLayout {