Change the "configure room" button icon to something more fitting

This button doesn't actually configure anything, you can do plenty of
actions like "mark as read" and such. Since the button isn't solely for
configuration, we should use an overflow menu icon instead.
This commit is contained in:
Joshua Goins
2024-09-02 12:37:25 -04:00
parent 928911e33c
commit ac232d7f55

View File

@@ -145,7 +145,7 @@ Delegates.RoundedItemDelegate {
text: i18n("Configure room")
display: QQC2.Button.IconOnly
icon.name: "configure"
icon.name: "overflow-menu-symbolic"
onClicked: createRoomListContextMenu()
}
}