mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix(StatusChatListAndCategories): rely on correct tooltip settings prop
Category tooltip settings were broken in this component due to a mismatching property name. This commit fixes it.
This commit is contained in:
parent
0511fade5c
commit
40001ef7a9
@ -129,8 +129,8 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
addButton.tooltip: statusChatListAndCategories.addButtonToolTip
|
addButton.tooltip: statusChatListAndCategories.categoryAddButtonToolTip
|
||||||
menuButton.tooltip: statusChatListAndCategories.menuButtonToolTip
|
menuButton.tooltip: statusChatListAndCategories.categoryMenuButtonToolTip
|
||||||
|
|
||||||
originalOrder: model.position
|
originalOrder: model.position
|
||||||
categoryId: model.categoryId
|
categoryId: model.categoryId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user