mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
chore(@qml): use title as identifier in action button object name
This commit is contained in:
parent
e6a7af8708
commit
6c10c7c928
@ -124,7 +124,7 @@ StatusGroupBox {
|
||||
|
||||
StatusRoundButton {
|
||||
id: addItemButton
|
||||
objectName: "addItemButton"
|
||||
objectName: "addItemButton_" + root.title
|
||||
|
||||
implicitHeight: root.placeholderItemHeight
|
||||
implicitWidth: implicitHeight
|
||||
|
Loading…
x
Reference in New Issue
Block a user