mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
chore@StatusSyncCodeInput: add object names for buttons
This commit is contained in:
parent
34fd4fc814
commit
3d21085fc4
@ -35,6 +35,7 @@ StatusInput {
|
||||
id: copyButtonComponent
|
||||
|
||||
StatusButton {
|
||||
objectName: "syncCodeCopyButton"
|
||||
size: StatusBaseButton.Size.Tiny
|
||||
text: qsTr("Copy")
|
||||
onClicked: {
|
||||
@ -49,6 +50,7 @@ StatusInput {
|
||||
id: pasteButtonComponent
|
||||
|
||||
StatusButton {
|
||||
objectName: "syncCodePasteButton"
|
||||
size: StatusBaseButton.Size.Tiny
|
||||
enabled: !root.readOnly && root.input.edit.canPaste
|
||||
text: qsTr("Paste")
|
||||
|
Loading…
x
Reference in New Issue
Block a user