projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39914e5
)
Stop checking config to migrate at current path if could not read file
author
Claudio Cambra
<claudio.cambra@nextcloud.com>
Wed, 11 Jan 2023 17:17:03 +0000
(18:17 +0100)
committer
Claudio Cambra
<claudio.cambra@gmail.com>
Mon, 23 Jan 2023 15:29:01 +0000
(16:29 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/accountmanager.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountmanager.cpp
b/src/gui/accountmanager.cpp
index adb0fd04fee269dabb31eb071ae2662c0efa5fc0..f27d056ea06b23afba957792261089daca380ff4 100644
(file)
--- a/
src/gui/accountmanager.cpp
+++ b/
src/gui/accountmanager.cpp
@@
-179,6
+179,7
@@
bool AccountManager::restoreFromLegacySettings()
auto oCSettings = std::make_unique<QSettings>(configFile, QSettings::IniFormat);
if (oCSettings->status() != QSettings::Status::NoError) {
qCInfo(lcAccountManager) << "Error reading legacy configuration file" << oCSettings->status();
+ break;
}
// Check the theme url to see if it is the same url that the oC config was for