Browse Source

Merge pull request #8687 from Chocobo1/folder

Stop creating Download folder on start
adaptive-webui-19844
Mike Tzou 7 years ago committed by GitHub
parent
commit
c3311e83a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/base/profile.cpp

1
src/base/profile.cpp

@ -43,7 +43,6 @@ Profile::Profile(Private::Profile *impl, Private::PathConverter *pathConverter) @@ -43,7 +43,6 @@ Profile::Profile(Private::Profile *impl, Private::PathConverter *pathConverter)
ensureDirectoryExists(SpecialFolder::Cache);
ensureDirectoryExists(SpecialFolder::Config);
ensureDirectoryExists(SpecialFolder::Data);
ensureDirectoryExists(SpecialFolder::Downloads);
}
// to generate correct call to ProfilePrivate::~ProfileImpl()

Loading…
Cancel
Save