diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-11-13 20:23:10 -0500 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-17 00:37:26 +0100 |
commit | f3aeb4b0448233ba724a93e732ad2822856a6580 (patch) | |
tree | 98b7c746dfd2bbd9f304c6162bcb7cccd194c0bb /resources/qml/TimelineView.qml | |
parent | Translated using Weblate (Polish) (diff) | |
download | nheko-f3aeb4b0448233ba724a93e732ad2822856a6580.tar.xz |
Switch icon theme to Fluent icons
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
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() |