From 2971c60737b415a265778721b7bf0721830a3d67 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 7 Sep 2021 16:00:22 +0200 Subject: [PATCH] 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. --- src/StatusQ/Components/StatusChatListAndCategories.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/StatusQ/Components/StatusChatListAndCategories.qml b/src/StatusQ/Components/StatusChatListAndCategories.qml index d2be4c2f..2411fe09 100644 --- a/src/StatusQ/Components/StatusChatListAndCategories.qml +++ b/src/StatusQ/Components/StatusChatListAndCategories.qml @@ -129,8 +129,8 @@ Item { } } - addButton.tooltip: statusChatListAndCategories.addButtonToolTip - menuButton.tooltip: statusChatListAndCategories.menuButtonToolTip + addButton.tooltip: statusChatListAndCategories.categoryAddButtonToolTip + menuButton.tooltip: statusChatListAndCategories.categoryMenuButtonToolTip originalOrder: model.position categoryId: model.categoryId