diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-01-03 11:46:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-06 10:46:07 -0800 |
commit | bb64c6bda8ac6dbe60adc9797596ed5b2131923b (patch) | |
tree | 47c994df5b6a6477e99009152ae9e04d210f61d7 /desktop-widgets/mainwindow.h | |
parent | dbef391786a3ba70ba5e4c002ed968122c5e780a (diff) | |
download | subsurface-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.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 901d184df..7e5ebbebe 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -103,7 +103,7 @@ slots: void on_actionClose_triggered(); void on_actionCloudstorageopen_triggered(); void on_actionCloudstoragesave_triggered(); - void on_actionTake_cloud_storage_online_triggered(); + void on_actionCloudOnline_triggered(); void on_actionPrint_triggered(); void on_actionPreferences_triggered(); void on_actionQuit_triggered(); |