aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index b039af9bb..8630cfbb8 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -148,6 +148,11 @@ MainWindow::MainWindow() : QMainWindow(),
plannerDetails->printPlan()->hide();
ui.menuFile->removeAction(ui.actionPrint);
#endif
+#ifndef USE_LIBGIT23_API
+ ui.menuFile->removeAction(ui.actionCloudstorageopen);
+ ui.menuFile->removeAction(ui.actionCloudstoragesave);
+ qDebug() << "disabled / made invisible the cloud storage stuff";
+#endif
ui.mainErrorMessage->hide();
graphics()->setEmptyState();