mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
FolderMan: Save migratated folder definitions to Configfile.
This commit is contained in:
parent
214bc6b29b
commit
79cc902673
1 changed files with 1 additions and 0 deletions
|
@ -720,6 +720,7 @@ Folder* FolderMan::addFolder(AccountState* accountState, const FolderDefinition&
|
|||
auto folder = addFolderInternal(folderDefinition);
|
||||
if(folder) {
|
||||
folder->setAccountState(accountState);
|
||||
folder->saveToSettings();
|
||||
}
|
||||
return folder;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue