diff options
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index 41d0fd592..d31a2379f 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -1244,6 +1244,9 @@ void MainWindow::readSettings() } QNetworkProxy::setApplicationProxy(proxy); + // now make sure that the cloud menu items are enabled IFF cloud account is verified + enableDisableCloudActions(); + #if !defined(SUBSURFACE_MOBILE) loadRecentFiles(&s); if (firstRun) { |