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:
Dirk Hohndel 2016-04-22 05:19:34 -07:00
parent 6b43b3015d
commit 27fccbbe4e
2 changed files with 7 additions and 3 deletions

View file

@ -39,7 +39,8 @@ public:
UNKNOWN,
INVALID,
VALID_EMAIL,
VALID
VALID,
NOCLOUD
};
static QMLManager *instance();