Improve file attachments

-Don't show download and save in chatbar
-Add a remove button
-Add missing properties to model
This commit is contained in:
James Graham
2026-02-08 12:29:23 +00:00
parent 13d7f9b322
commit f02366ee48
3 changed files with 36 additions and 1 deletions

View File

@@ -72,12 +72,12 @@ QQC2.Control {
visible: NeoChatConfig.sendMessageWith === 1
}
RowLayout {
spacing: 0
QQC2.ScrollView {
id: chatScrollView
Layout.fillWidth: true
Layout.maximumHeight: Kirigami.Units.gridUnit * 8
contentWidth: availableWidth
clip: true
ColumnLayout {