aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/cloudmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/cloudmanager.h')
-rw-r--r--backends/cloud/cloudmanager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/cloud/cloudmanager.h b/backends/cloud/cloudmanager.h
index ebcc6ea5cf..2d6c0bad43 100644
--- a/backends/cloud/cloudmanager.h
+++ b/backends/cloud/cloudmanager.h
@@ -230,6 +230,12 @@ public:
/** Returns whether given filename could be uploaded to or downloaded from storage. */
bool canSyncFilename(const Common::String &filename) const;
+ /** Returns whether current Storage is manually enabled by user (or false, if there is no active Storage). */
+ bool isStorageEnabled() const;
+
+ /** Sets Storage::_isEnabled to true and updates the config. */
+ void enableStorage();
+
/**
* Starts saves syncing process in currently active storage if there is any.
*/