summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-11-13 20:23:10 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-17 00:37:26 +0100
commitf3aeb4b0448233ba724a93e732ad2822856a6580 (patch)
tree98b7c746dfd2bbd9f304c6162bcb7cccd194c0bb /resources/qml/TimelineView.qml
parentTranslated using Weblate (Polish) (diff)
downloadnheko-f3aeb4b0448233ba724a93e732ad2822856a6580.tar.xz
Switch icon theme to Fluent icons
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
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()