From f3aeb4b0448233ba724a93e732ad2822856a6580 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 13 Nov 2021 20:23:10 -0500 Subject: Switch icon theme to Fluent icons --- resources/qml/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/TimelineView.qml') diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 8214d9de..8d30fc47 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -242,7 +242,7 @@ Item { height: Nheko.avatarSize visible: (room == null || room.isSpace) && showBackButton enabled: visible - image: ":/icons/icons/ui/angle-pointing-to-left.png" + image: ":/icons/icons/ui/angle-arrow-left.svg" ToolTip.visible: hovered ToolTip.text: qsTr("Back to room list") onClicked: Rooms.resetCurrentRoom() -- cgit 1.5.1