mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
677bbb77d9
commit
430f5b77c5
3 changed files with 20 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue