Don't show the settings button in the RoomListPage if on mobile

This commit is contained in:
James Graham
2022-12-11 11:00:00 +00:00
parent b40d51841e
commit 1190511b54

View File

@@ -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 {