Use view-list-details instead of expand icon in room drawer
(cherry picked from commit 24d0082048)
This commit is contained in:
@@ -24,7 +24,7 @@ Loader {
|
|||||||
QQC2.Menu {
|
QQC2.Menu {
|
||||||
QQC2.MenuItem {
|
QQC2.MenuItem {
|
||||||
text: i18nc("'Space' is a matrix space", "View Space")
|
text: i18nc("'Space' is a matrix space", "View Space")
|
||||||
icon.name: "expand"
|
icon.name: "view-list-details"
|
||||||
onTriggered: RoomManager.enterRoom(room);
|
onTriggered: RoomManager.enterRoom(room);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user