mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* If the user sets an empty 'skip_file' configuration, do not reset this to the application defaults
This commit is contained in:
parent
b2945ebe4f
commit
7d5f635503
1 changed files with 0 additions and 5 deletions
|
|
@ -600,11 +600,6 @@ class ApplicationConfig {
|
|||
}
|
||||
}
|
||||
|
||||
// If the 'user' did not specify any 'skip_file' configuration in any loaded configuration file, load the defaults for 'skip_file'
|
||||
if (configFileSkipFile.empty) {
|
||||
configFileSkipFile = defaultSkipFile;
|
||||
}
|
||||
|
||||
// return if the configuration was initialised
|
||||
return configurationInitialised;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue