mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: when chosing 'no cloud', switch to dive list
Currently we don't remember that we picked 'no cloud' across restarts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6b43b3015d
commit
27fccbbe4e
2 changed files with 7 additions and 3 deletions
|
@ -39,7 +39,8 @@ public:
|
|||
UNKNOWN,
|
||||
INVALID,
|
||||
VALID_EMAIL,
|
||||
VALID
|
||||
VALID,
|
||||
NOCLOUD
|
||||
};
|
||||
|
||||
static QMLManager *instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue