Changeset View
Changeset View
Standalone View
Standalone View
src/contents/ui/SendMessageBox.qml
Show First 20 Lines • Show All 120 Lines • ▼ Show 20 Lines | TextArea { | ||||
if (drag.hasUrls) { | if (drag.hasUrls) { | ||||
confirmUploadPopup.call(drag.urls); | confirmUploadPopup.call(drag.urls); | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
ToolButton { | ToolButton { | ||||
icon.name: "document-send-symbolic" | icon.name: "document-open-data" | ||||
onClicked: sendMediaFileAction.trigger() | onClicked: sendMediaFileAction.trigger() | ||||
} | } | ||||
ToolButton { | ToolButton { | ||||
action: stickersAction | action: stickersAction | ||||
display: AbstractButton.IconOnly | display: AbstractButton.IconOnly | ||||
} | } | ||||
▲ Show 20 Lines • Show All 105 Lines • Show Last 20 Lines |