diff options
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index b13980c85..74eaaa60b 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -660,7 +660,6 @@ void MainWindow::on_actionCloudOnline_triggered() prefs.git_local_only = isOffline; if (!isOffline) { // User requests to go online. Try to sync cloud storage - prefs.git_local_only = false; if (unsaved_changes()) { // If there are unsaved changes, ask the user if they want to save them. // If they don't, they have to sync manually. |