diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-07-30 13:09:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-30 13:29:06 -0700 |
commit | 430f5b77c583e5c29a5299740763ddfc9a098570 (patch) | |
tree | d8f1c1e4e12f966ac7b63e0ce5373b7703e6cdc2 /desktop-widgets/mainwindow.ui | |
parent | 677bbb77d90c7e3e60cd7de39488107d7cbb65d9 (diff) | |
download | subsurface-430f5b77c583e5c29a5299740763ddfc9a098570.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index 85f034692..cba3d8503 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -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> |