From e8668d52cd804473f8f04861e45a15c887093880 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 27 Nov 2022 01:56:41 +0100 Subject: [PATCH] Improve avatar in QuickSwitcher --- src/qml/Component/QuickSwitcher.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Component/QuickSwitcher.qml b/src/qml/Component/QuickSwitcher.qml index 2ee616366..c33fce028 100644 --- a/src/qml/Component/QuickSwitcher.qml +++ b/src/qml/Component/QuickSwitcher.qml @@ -81,6 +81,8 @@ QQC2.Popup { required property var currentRoom required property int index + name: currentRoom.displayName + // When an item is hovered set the currentIndex of listview to it so that it is highlighted onHoveredChanged: { if (!hovered) {