tooltips: use builtin text prop, fix crash (#1956)

This commit is contained in:
end-4
2025-09-20 11:55:38 +02:00
parent 3a01dad945
commit 429cb50ff7
36 changed files with 116 additions and 103 deletions
@@ -84,7 +84,7 @@ ColumnLayout {
}
}
StyledToolTip {
content: Translation.tr("Copy code")
text: Translation.tr("Copy code")
}
}
AiMessageControlButton {
@@ -114,7 +114,7 @@ ColumnLayout {
}
}
StyledToolTip {
content: Translation.tr("Save to Downloads")
text: Translation.tr("Save to Downloads")
}
}
}