From b3594e7f2fc73290d8c0727c82a99d51d62e68d4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 28 Aug 2020 13:48:39 -0400 Subject: [PATCH] disable UI and wallet tab by default --- ui/app/AppLayouts/Profile/Sections/AdvancedContainer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/AppLayouts/Profile/Sections/AdvancedContainer.qml b/ui/app/AppLayouts/Profile/Sections/AdvancedContainer.qml index eca6eee5ef..91fb91159b 100644 --- a/ui/app/AppLayouts/Profile/Sections/AdvancedContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/AdvancedContainer.qml @@ -32,7 +32,7 @@ Item { anchors.left: parent.left anchors.leftMargin: 24 Component.onCompleted: { - walletBtn.enabled = true + walletBtn.enabled = false } StyledText { @@ -105,7 +105,7 @@ Item { anchors.left: parent.left anchors.leftMargin: 24 Component.onCompleted: { - uiComponentBtn.enabled = true + uiComponentBtn.enabled = false } StyledText {