mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue