mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remember status of specific cloud account in settings
What matters is that the cloud storage for a specific email address has successfully been synced - and we need to remember this across restarts of the app. This way Subsurface-mobile can work with different accounts, even if offline. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d43a2c032b
commit
c1b3de6190
2 changed files with 13 additions and 5 deletions
|
|
@ -48,6 +48,7 @@ public:
|
|||
|
||||
bool loadFromCloud() const;
|
||||
void setLoadFromCloud(bool done);
|
||||
void syncLoadFromCloud();
|
||||
|
||||
QString startPageText() const;
|
||||
void setStartPageText(const QString& text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue