From 1190511b54eec0e20bcbcce516e1ad4c280e704d Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 11 Dec 2022 11:00:00 +0000 Subject: [PATCH] Don't show the settings button in the RoomListPage if on mobile --- src/qml/Page/RoomListPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Page/RoomListPage.qml b/src/qml/Page/RoomListPage.qml index 192b6fca3..87c04f0c0 100644 --- a/src/qml/Page/RoomListPage.qml +++ b/src/qml/Page/RoomListPage.qml @@ -361,7 +361,7 @@ Kirigami.ScrollablePage { } QQC2.Button { id: configButton - visible: roomListItem.hovered + visible: roomListItem.hovered && !Kirigami.Settings.isMobile Accessible.name: i18n("Configure room") action: Kirigami.Action {