summary refs log tree commit diff
path: root/resources/qml/RoomList.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2022-01-11 13:04:55 -0500
committerGitHub <noreply@github.com>2022-01-11 13:04:55 -0500
commitd2ee5d8d43bbab15737f3d0cc1eabb37934a6e7b (patch)
tree7068bedcc91e01772acf1fe153b6054f7c9f449e /resources/qml/RoomList.qml
parentTranslated using Weblate (Dutch) (diff)
parentAddress review comments (diff)
downloadnheko-d2ee5d8d43bbab15737f3d0cc1eabb37934a6e7b.tar.xz
Merge pull request #883 from Nheko-Reborn/qml-usersettings
Port usersettings to qml
Diffstat (limited to 'resources/qml/RoomList.qml')
-rw-r--r--resources/qml/RoomList.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index 2f8a2d43..6e7b683f 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -678,6 +678,7 @@ Page { visible: !collapsed Layout.fillWidth: true hoverEnabled: true + ripple: false width: 22 height: 22 image: ":/icons/icons/ui/settings.svg" @@ -685,7 +686,7 @@ Page { ToolTip.delay: Nheko.tooltipDelay ToolTip.text: qsTr("User settings") Layout.margins: Nheko.paddingMedium - onClicked: Nheko.showUserSettingsPage() + onClicked: mainWindow.push(userSettingsPage); } }