I use a remote DB, that I access via WebDAV.
When the app starts, it tries to load the remote DB first, to sync with the local copy.
This can sometimes take a very long time, due to a bad/no connection.
I would like to have a "cancel" button in the loading dialog, to cancel this process and just open the existing local DB without syncing.
The next time the app starts, it should try to sync again.
I use a remote DB, that I access via WebDAV. When the app starts, it tries to load the remote DB first, to sync with the local copy. This can sometimes take a very long time, due to a bad/no connection. I would like to have a "cancel" button in the loading dialog, to cancel this process and just open the existing local DB without syncing. The next time the app starts, it should try to sync again.