From 11389facc073f35a7d37a255861a1597aac823c0 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Mon, 10 Jul 2023 08:43:18 +0200 Subject: [PATCH] fix(@desktop/general): make "Backup data" button available only for the "development" build Fixes: #11463 --- ui/app/AppLayouts/Profile/views/SyncingView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/views/SyncingView.qml b/ui/app/AppLayouts/Profile/views/SyncingView.qml index ff81b1b06a..deca373ce0 100644 --- a/ui/app/AppLayouts/Profile/views/SyncingView.qml +++ b/ui/app/AppLayouts/Profile/views/SyncingView.qml @@ -239,6 +239,7 @@ SettingsContentBase { StatusButton { id: backupBtn + visible: !production Layout.alignment: Qt.AlignHCenter text: qsTr("Backup Data") onClicked : {