diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 06:33:00 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 06:33:00 -0800 |
commit | 6ac4fe7b184a7ff2d3442b2d86ac7dfa56afee02 (patch) | |
tree | 2351656e8890e6d0fe958970099401ffb6b06423 /qt-mobile/qml | |
parent | c5153fbc10d23ab2e83879f4d262b682233dc97d (diff) | |
download | subsurface-6ac4fe7b184a7ff2d3442b2d86ac7dfa56afee02.tar.gz |
QML UI: show notification for saving dives to cloud as well
Fixes #1014
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 07caa4189..314bba900 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -25,7 +25,6 @@ MobileComponents.ApplicationWindow { notification.hideNotification(); } } - sharedNotificationComponent.show } |