diff options
author | Alexander Tkachev | 2016-06-09 13:49:52 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | af9930482e17f4b55e46707fc017090e4c24a38e (patch) | |
tree | e3a5592ff740f821b18693cff86f9fcd44b9de55 /gui/options.h | |
parent | 4ff1ed5fe9ba86ccf5d7ad72dab8286c70ab7af3 (diff) | |
download | scummvm-rg350-af9930482e17f4b55e46707fc017090e4c24a38e.tar.gz scummvm-rg350-af9930482e17f4b55e46707fc017090e4c24a38e.tar.bz2 scummvm-rg350-af9930482e17f4b55e46707fc017090e4c24a38e.zip |
CLOUD: Update CloudManager
It now supports only one storage of each type. Only one Storage could be
loaded to the memory as well.
Options' Cloud tab now changes the Storage only when user pressed OK
button, giving the ability to look through the Storages without actually
changing them.
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 228a415b92..16ea424b6f 100644 --- a/gui/options.h +++ b/gui/options.h @@ -246,9 +246,13 @@ protected: // // Cloud controls // + uint32 _selectedStorageIndex; StaticTextWidget *_curStorage; + StaticTextWidget *_storageUsernameDesc; StaticTextWidget *_storageUsername; + StaticTextWidget *_storageUsedSpaceDesc; StaticTextWidget *_storageUsedSpace; + StaticTextWidget *_storageLastSyncDesc; StaticTextWidget *_storageLastSync; void setupCloudTab(); |