mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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"
|
title = "Cloud credentials"
|
||||||
} else if(manager.credentialStatus === QMLManager.VALID || manager.credentialStatus === QMLManager.VALID_EMAIL) {
|
} else if(manager.credentialStatus === QMLManager.VALID || manager.credentialStatus === QMLManager.VALID_EMAIL) {
|
||||||
page.actions.main = page.addDiveAction
|
page.actions.main = page.addDiveAction
|
||||||
|
page.actions.right = null
|
||||||
title = "Dive list"
|
title = "Dive list"
|
||||||
} else {
|
} else {
|
||||||
page.actions.main = null
|
page.actions.main = null
|
||||||
|
page.actions.right = null
|
||||||
title = "Dive list"
|
title = "Dive list"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue