feat: Improve context menu for tool results in chat

This commit is contained in:
Petr Mironychev
2025-10-12 12:16:37 +02:00
parent bcb0c6f761
commit f54d1185aa
2 changed files with 37 additions and 6 deletions

View File

@ -45,8 +45,6 @@ TextEdit {
onTriggered: root.copy()
}
Platform.MenuSeparator {}
Platform.MenuItem {
text: qsTr("Select All")
enabled: root.text.length > 0