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
|
@ -106,6 +106,7 @@ slots:
|
|||
void on_actionClose_triggered();
|
||||
void on_actionCloudstorageopen_triggered();
|
||||
void on_actionCloudstoragesave_triggered();
|
||||
void on_actionTake_cloud_storage_online_triggered();
|
||||
void on_actionPrint_triggered();
|
||||
void on_actionPreferences_triggered();
|
||||
void on_actionQuit_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue