qml: use the same button for copy and paste
This commit is contained in:
@@ -63,8 +63,8 @@ ElDialog {
|
|||||||
FlatButton {
|
FlatButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
icon.source: '../../icons/paste.png'
|
icon.source: '../../icons/copy_bw.png'
|
||||||
text: qsTr('Paste from clipboard')
|
text: qsTr('Paste')
|
||||||
onClicked: dialog.dispatch(AppController.clipboardToText())
|
onClicked: dialog.dispatch(AppController.clipboardToText())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user