mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: turn off 'no cloud' button when not in use
This needs to be actively cleared. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
34628f8e6d
commit
6b43b3015d
1 changed files with 2 additions and 0 deletions
|
@ -221,9 +221,11 @@ Kirigami.ScrollablePage {
|
|||
title = "Cloud credentials"
|
||||
} else if(manager.credentialStatus === QMLManager.VALID || manager.credentialStatus === QMLManager.VALID_EMAIL) {
|
||||
page.actions.main = page.addDiveAction
|
||||
page.actions.right = null
|
||||
title = "Dive list"
|
||||
} else {
|
||||
page.actions.main = null
|
||||
page.actions.right = null
|
||||
title = "Dive list"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue