mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
13305e7745
commit
f74308bed4
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ void MainWindow::on_actionCloudstorageopen_triggered()
|
|||
set_filename(fileNamePtr.data());
|
||||
setTitle();
|
||||
}
|
||||
getNotificationWidget()->hideNotification();
|
||||
process_dives(false, false);
|
||||
hideProgressBar();
|
||||
refreshDisplay();
|
||||
|
|
Loading…
Add table
Reference in a new issue