From f6a17e679f4fac2fda21dc7f64565a0dc4a10ca1 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Sat, 27 Jul 2019 22:44:15 +0700 Subject: CLOUD: Ask user to manually enable Storage For more security, newly connected Storage only gets username/used space information and is disabled until user manually presses the button. --- gui/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/options.h') diff --git a/gui/options.h b/gui/options.h index a1cdcec6bc..10ff62d81c 100644 --- a/gui/options.h +++ b/gui/options.h @@ -298,6 +298,8 @@ protected: uint32 _selectedStorageIndex; StaticTextWidget *_storagePopUpDesc; PopUpWidget *_storagePopUp; + StaticTextWidget *_storageDisabledHint; + ButtonWidget *_storageEnableButton; StaticTextWidget *_storageUsernameDesc; StaticTextWidget *_storageUsername; StaticTextWidget *_storageUsedSpaceDesc; -- cgit v1.2.3