Support naming of VRAM

This commit is contained in:
Jaby 2025-04-02 21:34:32 +02:00
parent b3a666b5ea
commit 85b5aa0070
1 changed files with 1 additions and 1 deletions

View File

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