Hide inapplicable settings on android
BUG: 456674 CCBUG: 454741 CCBUG: 456676
This commit is contained in:
committed by
Carl Schwan
parent
89471b797d
commit
3e5421604b
@@ -58,6 +58,7 @@ Kirigami.ScrollablePage {
|
||||
text: i18n("Automatically hide/unhide the room information when resizing the window")
|
||||
checked: Config.autoRoomInfoDrawer
|
||||
enabled: !Config.isAutoRoomInfoDrawerImmutable
|
||||
visible: Qt.platform.os !== "android"
|
||||
onToggled: {
|
||||
Config.autoRoomInfoDrawer = checked
|
||||
Config.save()
|
||||
|
||||
Reference in New Issue
Block a user