Use view-list-details instead of expand icon in room drawer

This commit is contained in:
Joshua Goins
2023-08-16 16:07:35 -04:00
parent 2980af11b0
commit 24d0082048

View File

@@ -24,7 +24,7 @@ Loader {
QQC2.Menu {
QQC2.MenuItem {
text: i18nc("'Space' is a matrix space", "View Space")
icon.name: "expand"
icon.name: "view-list-details"
onTriggered: RoomManager.enterRoom(room);
}