mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
dbef391786
commit
bb64c6bda8
3 changed files with 44 additions and 29 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue