Improve avatar in QuickSwitcher

This commit is contained in:
Tobias Fella
2022-11-27 01:56:41 +01:00
parent 8944c0ac78
commit e8668d52cd

View File

@@ -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) {