QML UI: keep cloud access notification until done
Instead of having the notification disappear after five seconds, keep it visible until we are done accessing the cloud. That seems to be more intuitive. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d1247ba19c
commit
9d6c755f48
@ -17,7 +17,7 @@ MobileComponents.ApplicationWindow {
|
||||
property QtObject notification: null
|
||||
onAccessingCloudChanged: {
|
||||
if (accessingCloud) {
|
||||
showPassiveNotification("Accessing Subsurface Cloud Storage", 5000);
|
||||
showPassiveNotification("Accessing Subsurface Cloud Storage", 500000);
|
||||
} else {
|
||||
hidePassiveNotification();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user