This commit is contained in:
end-4
2025-06-03 10:22:16 +02:00
parent f86b85b3de
commit 8ab8c0046b
@@ -60,7 +60,7 @@ Item {
// 2. Extract relevant data
root.translatedText = sections.length > 1 ? sections[1].trim() : "";
root.outputField.text = root.translatedText;
}
}
}
Flickable {