diff options
Diffstat (limited to 'transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml')
| -rw-r--r-- | transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml b/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml new file mode 100644 index 0000000..56b4b4b --- /dev/null +++ b/transferengine-plugins/mastodonshareplugin/MastodonShareImage.qml @@ -0,0 +1,10 @@ +import QtQuick 2.6 +import Sailfish.Silica 1.0 +import Sailfish.TransferEngine 1.0 + +ShareFilePreview { + id: root + + metadataStripped: true + descriptionPlaceholderText: qsTr("Write a post") +} |
