From a15ea0e8a17b4bb2b61b678ccbe32b3131dc8843 Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Tue, 28 Jan 2025 14:55:08 +0700 Subject: [PATCH] chore: returned the backup page for androidTV --- client/ui/qml/Pages2/PageSettings.qml | 5 +---- client/ui/qml/Pages2/PageSettingsSplitTunneling.qml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/client/ui/qml/Pages2/PageSettings.qml b/client/ui/qml/Pages2/PageSettings.qml index c44e52ae..a47bb535 100644 --- a/client/ui/qml/Pages2/PageSettings.qml +++ b/client/ui/qml/Pages2/PageSettings.qml @@ -87,7 +87,6 @@ PageType { LabelWithButtonType { id: backup - visible: !SettingsController.isOnTv() Layout.fillWidth: true text: qsTr("Backup") @@ -99,9 +98,7 @@ PageType { } } - DividerType { - visible: !SettingsController.isOnTv() - } + DividerType {} LabelWithButtonType { id: about diff --git a/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml b/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml index 9c355363..f5978687 100644 --- a/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml +++ b/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml @@ -338,7 +338,6 @@ PageType { LabelWithButtonType { id: exportSitesButton - enabled: !SettingsController.isOnTv() Layout.fillWidth: true text: qsTr("Save site list") @@ -362,9 +361,7 @@ PageType { } } - DividerType { - enabled: !SettingsController.isOnTv() - } + DividerType {} } }