fix: hide UI elements that use file saving

This commit is contained in:
albexk 2024-11-25 13:56:14 +03:00
parent c72d76aec7
commit 09b1f322ba
3 changed files with 15 additions and 7 deletions

View file

@ -87,6 +87,7 @@ PageType {
LabelWithButtonType {
id: backup
visible: !SettingsController.isOnTv()
Layout.fillWidth: true
text: qsTr("Backup")
@ -98,7 +99,9 @@ PageType {
}
}
DividerType {}
DividerType {
visible: !SettingsController.isOnTv()
}
LabelWithButtonType {
id: about