summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.ui
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-01-03 11:46:21 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-01-06 10:46:07 -0800
commitbb64c6bda8ac6dbe60adc9797596ed5b2131923b (patch)
tree47c994df5b6a6477e99009152ae9e04d210f61d7 /desktop-widgets/mainwindow.ui
parentdbef391786a3ba70ba5e4c002ed968122c5e780a (diff)
downloadsubsurface-bb64c6bda8ac6dbe60adc9797596ed5b2131923b.tar.gz
Turn take-cloud-online menu action into checkbox
Replace the "Take cloud storage online" menu entry by a "Cloud online" checkbox. After this change, the user can also force going offline. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.ui')
-rw-r--r--desktop-widgets/mainwindow.ui9
1 files changed, 6 insertions, 3 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui
index 93f19e84e..5cd897971 100644
--- a/desktop-widgets/mainwindow.ui
+++ b/desktop-widgets/mainwindow.ui
@@ -66,7 +66,7 @@
<addaction name="actionSaveAs"/>
<addaction name="actionCloudstorageopen"/>
<addaction name="actionCloudstoragesave"/>
- <addaction name="actionTake_cloud_storage_online"/>
+ <addaction name="actionCloudOnline"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
<addaction name="actionExport"/>
@@ -714,9 +714,12 @@
<string>Facebook</string>
</property>
</action>
- <action name="actionTake_cloud_storage_online">
+ <action name="actionCloudOnline">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
<property name="text">
- <string>Take cloud storage online</string>
+ <string>Cloud storage online</string>
</property>
</action>
</widget>