Desktop: Don't hide errors on opening cloud storage

In MainWindow::on_actionCloudstorageopen_triggered(),
getNotificationWidget()->hideNotification() was called, thus hiding
any error message produced by the cloud code. Notably, the information
"Cannot sync with cloud server, working with offline copy" was
not shown.

Therefore, remove this call. Note that on cloud save messages were
not hidden.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-12-29 11:19:22 +01:00 committed by Dirk Hohndel
parent 13305e7745
commit f74308bed4

View file

@ -612,7 +612,6 @@ void MainWindow::on_actionCloudstorageopen_triggered()
set_filename(fileNamePtr.data());
setTitle();
}
getNotificationWidget()->hideNotification();
process_dives(false, false);
hideProgressBar();
refreshDisplay();