Add menu entry to remove the offline state

If an attempt to contact the cloud storage fails, Subsurface switches into
offline mode. This allows us to go back online again.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-07-30 13:09:31 -07:00
parent 677bbb77d9
commit 430f5b77c5
3 changed files with 20 additions and 4 deletions

View file

@ -62,10 +62,11 @@
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionCloudstorageopen"/>
<addaction name="actionSave"/>
<addaction name="actionCloudstoragesave"/>
<addaction name="actionSaveAs"/>
<addaction name="actionCloudstorageopen"/>
<addaction name="actionCloudstoragesave"/>
<addaction name="actionTake_cloud_storage_online"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
<addaction name="actionExport"/>
@ -745,6 +746,11 @@
<string>Add GPS location here</string>
</property>
</action>
<action name="actionTake_cloud_storage_online">
<property name="text">
<string>Take cloud storage online</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>