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

(cherry picked from commit 24d0082048)
This commit is contained in:
Joshua Goins
2023-08-16 16:07:35 -04:00
parent 9ce288fe47
commit 916755b4ad

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);
}