Skip to content

Commit

Permalink
chore(@AppMain.qml): add object name for toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyaig committed Oct 25, 2023
1 parent 5a157c5 commit 6046e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/mainui/AppMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ Item {
clip: false

delegate: StatusToastMessage {
objectName: "statusToastMessage"
width: ListView.view.width
primaryText: model.title
secondaryText: model.subTitle
Expand Down

0 comments on commit 6046e78

Please sign in to comment.